You are not logged in.
Pages: 1
Example:
I have removed some packages installed as dependency. Now I want to check all dependency tree and find what is missing and install it.
Well, Gentoo's portage do this automatically during every update and pacman don't. I am unable to find a way how to do it. Am I lame or pacman just can't do this?
Offline
pacman would have checked when you were removing the packages, and warned you if they were still needed - unless, of course, you expicitly skipped that check.
Offline
Install yaourt (http://aur.archlinux.org/packages.php?ID=5863) and run yaourt -Su. This will show you all missing dependencies. I don't know if pacman can do this, but yaourt is a tool I don't want to miss any more.
Offline
Thanks for yaourt tip. It solved my problem
I am not sure if pacman can do it..at least I didn't find a way to.
2 tomk: yes I had to use -Rd
Offline
'testdb', it's part of pacman.
1000
Offline
that is good to know, thanks
Offline
Pages: 1