You are not logged in.
Hello again,
Lately I tried to upgrade with `pacman -Syu`, but I've run into this message at the very beginning:
:: Synchronising package databases...
core is up to date
extra is up to date
multilib is up to date
community is up to date
:: Starting full system upgrade...
:: Replace attica with extra/attica-qt4? [Y/n] y
:: Replace java-common with extra/java-runtime-common? [Y/n] y
:: Replace libaccounts-qt with extra/libaccounts-qt4? [Y/n] y
:: Replace signon with extra/signon-qt4? [Y/n] y
resolving dependencies...
looking for inter-conflicts...
error: unresolvable package conflicts detected
error: failed to prepare transaction (conflicting dependencies)
:: libksysguard and kdebase-workspace are in conflictSo I thought I should get rid of one of these, and I've chosen `libksysguard`, though I had no Idea why would they exist simultaneously on the system when they're in conflict. However, `pacman -Rdds libksysguard` didn't help: even though package and all its dependencies are not in the system anymore, I still run into the very same issue. Any suggestions?
Offline
What does "pacman -Qi libksysguard" return?
All men have stood for freedom...
For freedom is the man that will turn the world upside down.
Gerrard Winstanley.
Offline
However, `pacman -Rdds libksysguard` didn't help: even though package and all its dependencies are not in the system anymore, I still run into the very same issue.
pacman -Rdd is usually a bad idea. You should have done pacman -Rc instead. Check which package is trying to pull libksysguard as a dependency and remove it (use pacman --debug)
Offline
Check which package is trying to pull libksysguard as a dependency and remove it (use pacman --debug)
That is most likely Plasma Workspace. I've removed it using -Rdds as well.
What does "pacman -Qi libksysguard" return?
error: package `libksysguard` was not found
Last edited by L1ghtmareI (2014-11-02 20:49:28)
Offline