I installed the Plasma flavor of Salient OS, but I am having difficulties with upgrading software. First, I attempted to update the software via the Package Manager, but got an error. I then moved on to the terminal for updating, but received the same error message.
ctr ~ $ pacupd
[sudo] password for ctr:
:: Synchronizing package databases...
core 133.6 KiB 44.0K/s 00:03 [----------------------------------------] 100%
extra 1636.4 KiB 46.1K/s 00:36 [----------------------------------------] 100%
community 4.8 MiB 1334K/s 00:04 [----------------------------------------] 100%
multilib 170.8 KiB 2.78M/s 00:00 [----------------------------------------] 100%
ctr ~ $ pacupg
:: Synchronizing package databases...
core 133.6 KiB 514K/s 00:00 [----------------------------------------] 100%
extra 1636.4 KiB 2.01M/s 00:01 [----------------------------------------] 100%
community 4.8 MiB 3.51M/s 00:01 [----------------------------------------] 100%
multilib 170.8 KiB 5.56M/s 00:00 [----------------------------------------] 100%
:: Starting full system upgrade...
:: Replace libmagick with extra/imagemagick? [Y/n] y
resolving dependencies...
looking for conflicting packages...
error: failed to prepare transaction (could not satisfy dependencies)
:: installing plasma-workspace (5.16.2-1) breaks dependency 'kuiserver' required by dolphin-root
Could I get some insight into the issue? Would love to have it fixed, as I cannot install any packages with the Package Manager.
Uninstall dolphin-root first. From terminal:
yay -Rs dolphin-root
(it'll probably tell you that kde-servicemenus-rootactions needs go too, let it, you can add that back in afterwards).
Once Dolphin is uninstalled from terminal:
yay -Syu
System should now update ok. Reboot after update/upgrade. Now you can add Dolphin back.
yay -S dolphin-root
yay -S kde-servicemenus-rootactions
Reboot again.
Should be good.
According to the terminal, I cannot uninstall dolphin-root because it breaks the dependency "dolphin". Similar to the earlier issue.
error: failed to prepare transaction (could not satisfy dependencies)
:: dolphin-plugins: removing dolphin-root breaks dependency 'dolphin'