FS#2454 - pacman should have an option to walk down the dependency tree
Attached to Project:
Pacman
Opened by Nikos Kouremenos (zeppelin) - Friday, 25 March 2005, 16:09 GMT
Last edited by Dan McGee (toofishes) - Thursday, 24 July 2008, 03:09 GMT
Opened by Nikos Kouremenos (zeppelin) - Friday, 25 March 2005, 16:09 GMT
Last edited by Dan McGee (toofishes) - Thursday, 24 July 2008, 03:09 GMT
|
Details
pacman -Si foo
depends: gtk2 blah but foo also needs bar which is a dependency of a depency of blah but if I do pacman -Rd foo bar then I can never have the previous situation if I forget about bar in other words, there should be an optino that would list all the dependencies of the dependencies of the dependencies [..] of a pkg sth like pacman -Sir foo which will show what pacman -Si foo shows but in the end will also say sth like: recursive dependencies: LIST_THEM_HERE I put this medium, cause this can (hopefully) reduce the bugreports where those reports turn out to be "not a bug" |
This task depends upon
Closed by Dan McGee (toofishes)
Thursday, 24 July 2008, 03:09 GMT
Reason for closing: Implemented
Additional comments about closing: Implemented as the pactree script in the contrib/ directory.
Thursday, 24 July 2008, 03:09 GMT
Reason for closing: Implemented
Additional comments about closing: Implemented as the pactree script in the contrib/ directory.
FS#10277http://bugs.archlinux.org/task/10277?getfile=2060
Some output like (pardon the dots, flyspray doesn't format right):
Depends:
foo
...bar
......baz1
......baz2
...abc
xyz