Douglas Phillipson wrote: > How do you discover all an applications dependencies? > # apt-cache depends PACKAGE tells you the specific packages it depends on - but not the ones _they_ depend on. If you want to know every last package that will be pulled in, use: # aptitude -s install PACKAGE (-s for simulate). -- derek