Created attachment 147256 [details] Screenshot showing "Error while installing package: 0.0000" SUMMARY Updating neon fails with: Error while installing package: 0.0000 STEPS TO REPRODUCE 1. Open Discover via Update Notification 2. Click Update, enter password OBSERVED RESULT error message as above and screenshot EXPECTED RESULT update not failing SOFTWARE/OS VERSIONS Linux/KDE Plasma: neon 5.24 KDE Plasma Version: 5.24.2 KDE Frameworks Version: 5.91.0 Qt Version: 5.15.3 ADDITIONAL INFORMATION none
This happens to me as well. Plasma version: 5.24.2 KDE Frameworks Version: 5.91.0 Qt version: 5.15.3
(In reply to O.C.Nilsen from comment #1) > This happens to me as well. > > Plasma version: 5.24.2 > KDE Frameworks Version: 5.91.0 > Qt version: 5.15.3 Just wanted to add that trying to update via the terminal with pkcon fails with the same error.
apparently $ sudo dpkg --configure -a fixed it and likely $ sudo dpkg-reconfigure libc6 would also do the job
That did indeed fix the problem. Thank you!