Bug 451077 - Discover fails on minor updates in kde neon
Summary: Discover fails on minor updates in kde neon
Status: REPORTED
Alias: None
Product: neon
Classification: KDE Neon
Component: Packages User Edition (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Neon Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-03-03 10:20 UTC by Christian Hartmann
Modified: 2022-03-22 02:51 UTC (History)
6 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
Screenshot showing "Error while installing package: 0.0000" (126.84 KB, image/png)
2022-03-03 10:20 UTC, Christian Hartmann
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Hartmann 2022-03-03 10:20:18 UTC
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
Comment 1 O.C.Nilsen 2022-03-04 01:54:27 UTC
This happens to me as well.

Plasma version: 5.24.2
KDE Frameworks Version: 5.91.0
Qt version: 5.15.3
Comment 2 O.C.Nilsen 2022-03-04 02:01:21 UTC
(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.
Comment 3 Christian Hartmann 2022-03-05 07:44:32 UTC
apparently
$ sudo dpkg --configure -a
fixed it

and likely 
$ sudo dpkg-reconfigure libc6
would also do the job
Comment 4 O.C.Nilsen 2022-03-05 10:48:27 UTC
That did indeed fix the problem. Thank you!