You are not logged in.
Pages: 1
I have not updated an infrequently used install for a while (perhaps 10 months).
When trying to update with pacman -Syu, I get asked to replace a bunch of packages, ending with:
error: failed to prepare transaction (could not satisfy dependencies)
:: removing kactivities breaks dependency 'kactivities' required by telepathy-kde-integration-moduleAccording to https://bbs.archlinux.org/viewtopic.php?id=289694, I should be able to remove the offending package but:
❯ sudo pacman -Sy
:: Synchronising package databases...
core is up to date
extra is up to date
aur is up to date
aur-vcs is up to date
❯ sudo pacman -Rns telepathy-kde-meta
checking dependencies...
error: failed to prepare transaction (could not satisfy dependencies)
:: removing telepathy-kde-meta breaks dependency 'telepathy-kde-meta' required by kde-network-metaHow do I remove this package safely? How do I avoid this situation going forward (as mentioned this is a infrequently used machine)?
Last edited by sshaikh (2024-09-26 21:59:40)
Offline
Solved. I had to update kde-network-meta first:
❯ sudo pacman -Sy kde-network-metaOffline
Pages: 1