Fw: linux newbie
Ben Scott
dragonhawk at gmail.com
Mon Jan 15 23:01:46 EST 2007
On 1/15/07, Michael ODonnell <michael.odonnell at comcast.net> wrote:
> Debian has apt-rdepends, which can recursively show the
> dependencies for a given package.
FYI, "rpm -q --requires packagename" does a similar thing for
RPM-based systems.
RPM generally considers a package to implicitly depends on the
dependencies of its dependencies, so you see everything you need. It
doesn't break out dependencies by what provides them, like
"apt-rdepends" apparently does, though. Neat feature, that.
-- Ben
More information about the gnhlug-discuss
mailing list