You are not logged in.

#1 2024-04-26 19:26:16

kingmob
Member
Registered: 2024-04-26
Posts: 3

[SOLVED] Dependency problem upgrading system

Hi,

After several months without updating my system when I try to do so, I get the following error. I have no idea how to solve it, I appreciate any help, thank you very much.

$LANG=C sudo pacman -Syu                                           
:: Synchronizing package databases...
core is up to date
extra is up to date
community is up to date
multilib is up to date
:: Starting full system upgrade...
:: Replace appstream-qt with extra/appstream-qt5? [Y/n]
:: Replace baloo5 with extra/baloo? [Y/n]
:: Replace breeze with extra/breeze5? [Y/n]
:: Replace kdiagram with extra/kdiagram5? [Y/n]
:: Replace kdsoap with extra/kdsoap-qt5? [Y/n]
:: Replace kgamma5 with extra/kgamma? [Y/n]
:: Replace kirigami-addons with extra/kirigami-addons5? [Y/n]
:: Replace kquickimageeditor with extra/kquickimageeditor5? [Y/n]
:: Replace ktextaddons with extra/ktextaddons5? [Y/n]
:: Replace libkcddb with extra/libkcddb5? [Y/n]
:: Replace libqaccessibilityclient with extra/libqaccessibilityclient-qt5? [Y/n]
:: Replace onevpl with extra/libvpl? [Y/n]
:: Replace oxygen with extra/oxygen5? [Y/n]
:: Replace plasma-framework with extra/libplasma? [Y/n]
:: Replace plasma-framework with extra/plasma-framework5? [Y/n]
:: Replace plasma-integration with extra/plasma5-integration? [Y/n]
resolving dependencies...
:: There are 2 providers available for dbus-units:
:: Repository core
   1) dbus-broker-units  2) dbus-daemon-units

Enter a number (default=1):
:: There are 2 providers available for qt6-multimedia-backend:
:: Repository extra
   1) qt6-multimedia-ffmpeg  2) qt6-multimedia-gstreamer

Enter a number (default=1):
:: There are 2 providers available for qt6-python-bindings:
:: Repository extra
   1) pyside6  2) python-pyqt6

Enter a number (default=1):
:: There are 2 providers available for emoji-font:
:: Repository extra
   1) noto-fonts-emoji  2) ttf-joypixels

Enter a number (default=1):
looking for conflicting packages...
error: failed to prepare transaction (could not satisfy dependencies)
:: removing plasma-framework breaks dependency 'plasma-framework' required by krunner5

Last edited by kingmob (2024-04-26 21:08:01)

Offline

#2 2024-04-26 19:40:55

Lone_Wolf
Forum Moderator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,971

Re: [SOLVED] Dependency problem upgrading system

It looks like krunner5 was removed from repos , try removing it before re-running the update.


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#3 2024-04-26 19:46:53

kingmob
Member
Registered: 2024-04-26
Posts: 3

Re: [SOLVED] Dependency problem upgrading system

Lone_Wolf wrote:

It looks like krunner5 was removed from repos , try removing it before re-running the update.

Ok, when I try to remove it I get the following error...

❯ LANG=C sudo pacman -Rs krunner5                                                                                                                             
checking dependencies...
error: failed to prepare transaction (could not satisfy dependencies)
:: removing krunner5 breaks dependency 'krunner' required by akonadi-search
:: removing krunner5 breaks dependency 'krunner5' required by milou

Offline

#4 2024-04-26 20:03:37

loqs
Member
Registered: 2014-03-06
Posts: 17,467

Re: [SOLVED] Dependency problem upgrading system

Try adding krunner to the full system update `pacman -Syu krunner`

Offline

#5 2024-04-26 20:03:46

Lone_Wolf
Forum Moderator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,971

Re: [SOLVED] Dependency problem upgrading system

EDIT:
first try loqs proprosal .

so the dependencies of the old versions block the upgrade to the new versions .

To reduce the chance of issues, exit graphical environment and login as root to konsole .

use pacman -Rdd krunner5 to get rid of krunner5, immediately after that run pacman -Syu .


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#6 2024-04-26 21:05:07

kingmob
Member
Registered: 2024-04-26
Posts: 3

Re: [SOLVED] Dependency problem upgrading system

Lone_Wolf wrote:

EDIT:
first try loqs proprosal .

so the dependencies of the old versions block the upgrade to the new versions .

To reduce the chance of issues, exit graphical environment and login as root to konsole .

use pacman -Rdd krunner5 to get rid of krunner5, immediately after that run pacman -Syu .

System updated and running. Thanks for your help.

Offline

Board footer

Powered by FluxBB