You are not logged in.
Pages: 1
Just installed Arch an hour ago and I'm impressed..
Coming from Debian I wonder..
Does Arch package management support two-way dependency tracking?
So.. when I install package A which requires package B, is there a methode to check if package B is still needed (and offer it's removal) when I remove package A?
If not.. how is this normally handled?
Offline
Yes pacman does offer this with the --recursive flag...take a look through "pacman -Rh" or "man pacman".
Offline
cool, thanks.
Offline
Also -Qe will list packages no longer used by anything (--query --orphans for the long options)
Offline
Yes pacman does offer this with the --recursive flag...take a look through "pacman -Rh" or "man pacman".
Sorry for being a "nitpicker": pacman -Rs
Cheers Sigi
Haven't been here in a while. Still rocking Arch.
Offline
Think he ment that pacman -Rh gives you help on the -R option.
Offline
oops, stupid /me. Thanks lessthanjake.
Haven't been here in a while. Still rocking Arch.
Offline
I did find the -Rs flag after posting, works great.
The -Qe flag is very usefull also..
Is it possible -Qe gives me only 1 package (dbh 1.0.24-2) on an almost fresh install?
Offline
Pages: 1