Click to See Complete Forum and Search --> : Debian Dependencies


MrNewbie
09-22-2001, 10:08 AM
Is it possible to find out what packages were installed by a certain package using apt? I am getting tired of installing something, removing it, yet still having all of the files that were dependancies of it installed.

Strike
09-22-2001, 11:08 AM
apt-cache show <package> will list all the dependencies

MrNewbie
09-22-2001, 01:24 PM
Thanks!