You are not logged in.

#1 2015-10-31 13:20:50

ondoho
Member
Registered: 2013-04-30
Posts: 692
Website

something wants to pull in gtk3

i've been living happily without gtk3.
today, a "pacman -Syu" wants to pull in gtk3.
i have not been able to find the culprit programmatically.
is it possible?

Offline

#2 2015-10-31 13:55:55

ooo
Member
Registered: 2013-04-10
Posts: 1,638

Re: something wants to pull in gtk3

There could be a better way, but you could try running 'pacman -S package' for every package that would get updated when you run pacman -Syu, and see which one pulls in gtk3 as dependency.

Or after you run the update and install gtk3, you can use 'pacman -Qi' or even 'pacman -R' to see which packages require it

Offline

#3 2015-10-31 14:06:32

arojas
Developer
From: Spain
Registered: 2011-10-09
Posts: 2,103

Re: something wants to pull in gtk3

pacman -Syu --debug

Offline

#4 2015-10-31 17:44:04

ondoho
Member
Registered: 2013-04-30
Posts: 692
Website

Re: something wants to pull in gtk3

ooo, that's what i would consider manually, as opposed to programmatically.
i had a pretty large update.

arojas:
wow. so much output, even though there's nothing to update.
but this

sudo pacman -Syu --debug 2>&1|grep gtk3

seems to be doing the trick.

thanks to both of you.

Offline

Board footer

Powered by FluxBB