Comments on Finding Out Package Dependencies With apt-rdepends On Debian/Ubuntu
Finding Out Package Dependencies With apt-rdepends On Debian/Ubuntu Sometimes you need to find out all the dependencies of a package. This tutorial explains how to use apt-rdepends to recursively list all dependencies of a Debian/Ubuntu package.
2 Comment(s)
Add comment
Comments
By:
good to know :)
By:
Somethimes is useful to sort packages by install date with following command:
ls -tl /var/lib/dpkg/info/ | less