#Upgrades failing (KDE)

25 messages · Page 1 of 1 (latest)

dawn jungle
#

I used yay -Syu to upgrade, choosing all default settings when asked, and ended up with the following error:

#

i assume there has been a kde update or something

#

I'm not sure how to fix this and actually upgrade

glacial holly
#

Getting this same error :(

#
:: 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...
resolving dependencies...
looking for conflicting packages...
error: failed to prepare transaction (could not satisfy dependencies)
:: installing kio5 (5.111.0-1) breaks dependency 'kio' required by kipi-plugins
:: installing kxmlgui5 (5.111.0-1) breaks dependency 'kxmlgui' required by libkipi
:: installing kservice5 (5.111.0-1) breaks dependency 'kservice' required by libkipi
:: installing kcoreaddons5 (5.111.0-1) breaks dependency 'kcoreaddons' required by libmediawiki```
bright dawn
#

It’s a pretty common issue right now. Afaik you either need to uninstall the packages that require the old versions or wait.

#

Or override

glacial holly
bright dawn
#

pacman -Rns to uninstall a package

#

They might have dependencies too though

#

I would just wait

glacial holly
#

alright

dawn jungle
#

ok

quiet moss
#

@dawn jungle @glacial holly Yeah just wait until those packages are updated

dawn jungle
#

thanks

quiet moss
#

Switching the mirror to a more synchronized one would work

ashen terrace
#

KDE team at it again

quiet moss
ashen terrace
#

pretty sure the plasma group and plasma-meta package are both maintained by kde members but I might be wrong

glacial holly
ashen terrace
#

run with -Rc and see what it wants to uninstall

#

if you're okay with what it's uninstalling, go for it

#

I think you can also exclude packages with pacman and paru

glacial holly
# ashen terrace run with -Rc and see what it wants to uninstall
:: Synchronizing package databases...
 core                                                    132.6 KiB   143 KiB/s 00:01 [#################################################] 100%
 extra                                                     8.2 MiB  6.36 MiB/s 00:01 [#################################################] 100%
 community is up to date
 multilib is up to date
:: Starting full system upgrade...
:: Replace kdsoap with extra/kdsoap-qt5? [Y/n] 
:: Replace kuserfeedback with extra/kuserfeedback5? [Y/n] 
:: Replace libqaccessibilityclient with extra/libqaccessibilityclient-qt5? [Y/n] 
resolving dependencies...
looking for conflicting packages...
error: failed to prepare transaction (could not satisfy dependencies)
:: installing kio5 (5.111.0-1) breaks dependency 'kio' required by kipi-plugins
:: installing kxmlgui5 (5.111.0-1) breaks dependency 'kxmlgui' required by libkipi
:: installing kservice5 (5.111.0-1) breaks dependency 'kservice' required by libkipi
:: installing kcoreaddons5 (5.111.0-1) breaks dependency 'kcoreaddons' required by libmediawiki
DragonFlamez% sudo pacman -Rc kio kxmlgui kservice kcoreaddons
error: target not found: kio
error: target not found: kxmlgui
error: target not found: kservice
error: target not found: kcoreaddons
DragonFlamez% ```
-Rc didn't work, tho I think I might've ran it wrong