On Sat, Dec 02, 2000 at 12:41:46AM -0500, [EMAIL PROTECTED] wrote: > i'm thinking of removing python, but before i do, i want to know which > packages depends on it. is there a dpkg/apt command that will show me > what the dependencies are?
dpkg --no-act --purge python or apt-get -s remove python It's all in the man pages ... -- Eric G. Miller <egm2@jps.net>