apt-get -s install <nejaky uz automaticky nainstalovany balik>
Nie je to chyba, takto systém vie, že balík v systéme nie je len ako závislosť iného balíka, ale užívateľ ho tam chce, takže aj keď v budúcnosti doinštaluješ to, čo na ňom závisí, tvoj balík v systéme ostane.
-s, --simulate, --just-print, --dry-run, --recon, --no-act No action; perform a simulation of events that would occur but do not actually change the system. Configuration Item: APT::Get::Simulate. Simulate prints out a series of lines each one representing a dpkg operation, Configure (Conf), Remove (Remv), Unpack (Inst). Square brackets indicate broken packages with and empty set of square brackets meaning breaks that are of no consequence (rare).
debian:/usr/share/aptitude# aptitude search linux-image-2.6.25-2-686i A linux-image-2.6.25-2-686 - Linux 2.6.25 image on PPro/Celeron/PII/PIII/P4 p linux-image-2.6.25-2-686-bigmem - Linux 2.6.25 image on PPro/Celeron/PII/PIII/P4 debian:/usr/share/aptitude# apt-get -s install linux-image-2.6.25-2-686Reading package lists... DoneBuilding dependency tree Reading state information... Donelinux-image-2.6.25-2-686 is already the newest version.linux-image-2.6.25-2-686 set to manually installed.0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.debian:/usr/share/aptitude# aptitude search linux-image-2.6.25-2-686i linux-image-2.6.25-2-686 - Linux 2.6.25 image on PPro/Celeron/PII/PIII/P4 p linux-image-2.6.25-2-686-bigmem - Linux 2.6.25 image on PPro/Celeron/PII/PIII/P4