| View previous topic :: View next topic |
| Author |
Message |
akarmn n00b

Joined: 08 May 2012 Posts: 3
|
Posted: Tue May 08, 2012 4:28 am Post subject: List dependency tree |
|
|
Hi, new to Gentoo, like it so far...
Just one question. How do I list all the dependencies (recursive) for a package?
Thanks. |
|
| Back to top |
|
 |
The Doctor l33t


Joined: 27 Jul 2010 Posts: 948
|
Posted: Tue May 08, 2012 5:26 am Post subject: |
|
|
Greetings!
You can use equery. It is a handy little tool, part of the gentoolkit package I think. You can view the dependencies of a package by running equery g <foo>. For every dependency run equery g --depth=0 <foo>. You can also see what depends on a package using equery d <foo>. _________________ First things first, but not necessarily in that order. |
|
| Back to top |
|
 |
akarmn n00b

Joined: 08 May 2012 Posts: 3
|
Posted: Tue May 08, 2012 5:47 am Post subject: |
|
|
Thanks for the nice answer. I should have checked the manual  |
|
| Back to top |
|
 |
|