[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?
'apt-cache showpkg python-base', though note that this will show everything that depends on it, whether installed or not. The easiest way is just to try uninstalling it and see if there are any complaints, or use the --no-act option to dpkg or apt-get to run a simulation. -- Colin Watson [EMAIL PROTECTED]