Ich habe kürzlich Kali Linux in meinem System installiert. Es kam mit einem vorinstallierten Eiswiesel. Anstelle von Iceweasel wollte ich jedoch Firefox installieren, daher habe ich diese Anleitung befolgt und Firefox erfolgreich installiert.
Wenn ich jetzt aufrufe apt-get
, werden viele vorinstallierte Pakete als "automatisch installiert und nicht mehr erforderlich" angezeigt :
abhishek@ab-linux:~$ sudo apt-get install
[sudo] password for abhishek:
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
empathy empathy-common fonts-cantarell gcalctool gnome-backgrounds
gnome-dictionary gnome-font-viewer gnome-icon-theme-extras gucharmap
libavahi-gobject0 libcaribou-gtk-module libcaribou-gtk3-module
libchamplain-0.12-0 libchamplain-gtk-0.12-0 libgdict-1.0-6 libgdict-common
libgeocode-glib0 libtelepathy-farstream2 nautilus-sendto-empathy
sound-theme-freedesktop telepathy-gabble telepathy-logger telepathy-salut
vino
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 35 not upgraded.
abhishek@ab-linux:~$
Linux-Version
abhishek@ab-linux:~$ uname -a
Linux ab-linux 3.7-trunk-amd64 #1 SMP Debian 3.7.2-0+kali8 x86_64 GNU/Linux
Wie kann dieses Paket als wichtig und erforderlich gekennzeichnet werden?
apt-get install the_package_you_want
. Mir ist nicht klar, warum Sie denken, dass Ihre Installation kaputt ist.