On Sat, Aug 25, 2007 at 09:58:46AM -0400, Chris Ahlstrom wrote:
> Is there any way to list all the dependencies of a package, or do a
> manual verification of the web of dependencies?  The "Examine/!Apply" in
> aptitude is helpful.

apt-cache show packagename
dpkg --info package.deb

To see what files a package is using:
dpkg -L packagename

To see what package owns a file:
dpkg -S /path/to/filename

--
Len Sorensen


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to