[arch-general] kdebase-workspace and kdeplasma-addons-frameworks are in conflict
I have KDE Plasma 5 installed, and it needed kdebase-workspace removed. Today when I try to update the system I get a unresolvable conflict. $ sudo pacman -Su :: Starting full system upgrade... resolving dependencies... looking for inter-conflicts... :: kdebase-workspace and kdeplasma-addons-frameworks are in conflict. Remove kdeplasma-addons-frameworks? [y/N] error: unresolvable package conflicts detected error: failed to prepare transaction (conflicting dependencies) :: kdebase-workspace and kdeplasma-addons-frameworks are in conflict The general question is, how can I see what package is pulling kdebase-workspace? -- damjan
On 11/24/2014 02:25 PM, Damjan Georgievski wrote:
I have KDE Plasma 5 installed, and it needed kdebase-workspace removed. Today when I try to update the system I get a unresolvable conflict.
$ sudo pacman -Su :: Starting full system upgrade... resolving dependencies... looking for inter-conflicts... :: kdebase-workspace and kdeplasma-addons-frameworks are in conflict. Remove kdeplasma-addons-frameworks? [y/N] error: unresolvable package conflicts detected error: failed to prepare transaction (conflicting dependencies) :: kdebase-workspace and kdeplasma-addons-frameworks are in conflict
The general question is, how can I see what package is pulling kdebase-workspace?
To Damien, Use pacman -Qi kdebase-workspace. Regards, Mark
On Mon, 24 Nov 2014 14:35:53 -0500 Mark Lee <mark@markelee.com> wrote:
On 11/24/2014 02:25 PM, Damjan Georgievski wrote: Use pacman -Qi kdebase-workspace.
That does not show what depends on it, that isn't already installed. Something like this $ pacman -Si | grep kdebase-workspace that also shows the names ;). Perhaps a loop including all packages that should be upgraded and dependencies that should be installed by an upgrade in a loop as variable "package" pacman -Si | grep $package
On Mon, 24 Nov 2014 20:42:30 +0100 Ralf Mardorf <ralf.mardorf@rocketmail.com> wrote:
On Mon, 24 Nov 2014 14:35:53 -0500 Mark Lee <mark@markelee.com> wrote:
On 11/24/2014 02:25 PM, Damjan Georgievski wrote: Use pacman -Qi kdebase-workspace.
That does not show what depends on it, that isn't already installed.
Something like this $ pacman -Si | grep kdebase-workspace that also shows the names ;).
Perhaps a loop including all packages that should be upgraded and dependencies that should be installed by an upgrade in a loop as variable "package"
pacman -Si | grep $package
Oops, it should be pacman -Si $package ;)
I think nobody mentioned pactree so far. IMO this is the most convenient tool for finding dependencies. For the local database use $ pactree -r kde-workspace or for the sync database $ pactree -sr kde-workspace On 24.11.2014 20:42, Ralf Mardorf:
On Mon, 24 Nov 2014 14:35:53 -0500 Mark Lee <mark@markelee.com> wrote:
On 11/24/2014 02:25 PM, Damjan Georgievski wrote: Use pacman -Qi kdebase-workspace. That does not show what depends on it, that isn't already installed.
Something like this $ pacman -Si | grep kdebase-workspace that also shows the names ;).
Perhaps a loop including all packages that should be upgraded and dependencies that should be installed by an upgrade in a loop as variable "package"
pacman -Si | grep $package
On Tue, 25 Nov 2014 10:42:23 +0100 Jürgen Werner <jotz.csp@web.de> wrote:
$ pactree -r $ pactree -sr
Thank you, that is a very useful command :).
On 25 November 2014 at 10:42, Jürgen Werner <jotz.csp@web.de> wrote:
I think nobody mentioned pactree so far. IMO this is the most convenient tool for finding dependencies. For the local database use
$ pactree -r kde-workspace
or for the sync database
$ pactree -sr kde-workspace
Thanks, that's useful but still didn't tell me which of my installed packages pulled back kdebase-workspace -- damjan
Damjan Georgievski wrote:
The general question is, how can I see what package is pulling kdebase-workspace?
Use pacman --debug
I had the same thing but I use yaourt for the AUR support and at the bottom showed that kdebase-plasma wanted to pull in kdebase-workspace. I just removed kdebase-plasma and was fine. -----Original Message----- From: arch-general [mailto:arch-general-bounces@archlinux.org] On Behalf Of Damjan Georgievski Sent: Monday, November 24, 2014 1:25 PM To: Arch Linux General Discussion Subject: [arch-general] kdebase-workspace and kdeplasma-addons-frameworks are in conflict I have KDE Plasma 5 installed, and it needed kdebase-workspace removed. Today when I try to update the system I get a unresolvable conflict. $ sudo pacman -Su :: Starting full system upgrade... resolving dependencies... looking for inter-conflicts... :: kdebase-workspace and kdeplasma-addons-frameworks are in conflict. Remove kdeplasma-addons-frameworks? [y/N] error: unresolvable package conflicts detected error: failed to prepare transaction (conflicting dependencies) :: kdebase-workspace and kdeplasma-addons-frameworks are in conflict The general question is, how can I see what package is pulling kdebase-workspace? -- damjan
participants (6)
-
Antonio Rojas
-
Cade Robinson
-
Damjan Georgievski
-
Jürgen Werner
-
Mark Lee
-
Ralf Mardorf