Bug 484987 - Repair failed for Repairing failed offline update in Discover on update+reboot
Summary: Repair failed for Repairing failed offline update in Discover on update+reboot
Status: REPORTED
Alias: None
Product: neon
Classification: KDE Neon
Component: general (show other bugs)
Version: unspecified
Platform: Neon Linux
: NOR minor
Target Milestone: ---
Assignee: Neon Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-04-03 15:40 UTC by Daniel Duris
Modified: 2024-04-03 15:44 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
failed (4.95 KB, image/png)
2024-04-03 15:40 UTC, Daniel Duris
Details
notifications (17.69 KB, image/png)
2024-04-03 15:40 UTC, Daniel Duris
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Duris 2024-04-03 15:40:05 UTC
Created attachment 168103 [details]
failed

SUMMARY
Discover shows bunch of messages

STEPS TO REPRODUCE
1. Update system
2. Restart

OBSERVED RESULT
Failed...

EXPECTED RESULT
Success

SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: 
(available in About System)
KDE Plasma Version: 
KDE Frameworks Version: 
Qt Version: 

ADDITIONAL INFORMATION
Comment 1 Daniel Duris 2024-04-03 15:40:32 UTC
Created attachment 168104 [details]
notifications
Comment 2 Daniel Duris 2024-04-03 15:42:46 UTC
[code]
:~$ sudo pkcon update
Getting updates                         [=========================]
Finished                                [=========================]
Loading cache                           [=========================]
Testing changes                         [=========================]
Finished                                [                         ] (0%)
The following packages have to be updated:
libkcolorpicker-qt6-0-0.3.1-0xneon+22.04+jammy+release+build2.amd64    QToolButton-like widget with color selection popup menu (lib)
Proceed with changes? [N/y] y

[=========================]
Updating packages                       [=========================]
Loading cache                           [=========================]
Running                                 [=========================]
Finished                                [=========================]
Fatal error: Error while installing package: trying to overwrite '/usr/lib/x86_64-linux-gnu/libkColorPicker.so.0', which is also inpackage libkcolorpicker0
[/code]
Comment 3 Daniel Duris 2024-04-03 15:44:43 UTC
And solution posted here:
https://discuss.kde.org/t/fatal-error-error-while-installing-package-trying-to-overwrite-usr-lib-x86-64-linux-gnu-libkcolorpicker-so-0-which-is-also-in-package-libkcolorpicker0-and-gwenview-no-longer-starts-up/13435

sudo dpkg --remove --force-remove-reinstreq libkcolorpicker0
$ sudo apt --fix-broken install

However, I understand these are some colliding  packages, however my bug report is mostly about UI / UX of the failed repair. If Discover is unable to fix this (however easy it seems to be anyhow), it should notify the user why it is unable to do it and what should user do in order to fix it.