#Upgrades failing (KDE)
25 messages · Page 1 of 1 (latest)
i assume there has been a kde update or something
I'm not sure how to fix this and actually upgrade
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```
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
how do we uninstall? It won't let me uninstall them
pacman -Rns to uninstall a package
They might have dependencies too though
I would just wait
alright
ok
@dawn jungle @glacial holly Yeah just wait until those packages are updated
thanks
Switching the mirror to a more synchronized one would work
if they have dependencies, you can use -Rc but that's a bit dangerous, make sure you read what you're uninstalling
KDE team at it again
It's not KDE, it's how arch maintainers will package kde plasma5 from now and on
pretty sure the plasma group and plasma-meta package are both maintained by kde members but I might be wrong
it still hasn't been fixed by whoever is maintaining the packages, should I do something else to fix the issue cause I've gone a while without updates?
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
:: 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