当我只想删除gnome终端时,为什么要删除gnome核心呢?
我也在想,为什么apt认为许多软件包是无用的?
我正在使用最新版本的Kali Linux,它基于Debian。
这是终端输出:
sudo apt-get remove gnome-terminal
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
baobab caribou caribou-antler empathy empathy-common fonts-cantarell gcalctool gdm3 gnome-backgrounds gnome-dictionary
gnome-disk-utility gnome-font-viewer gnome-icon-theme-extras gnome-packagekit gnome-packagekit-data gnome-screenshot
gnome-system-log gucharmap libavahi-gobject0 libavahi-ui-gtk3-0 libcaribou-gtk-module libcaribou-gtk3-module
libchamplain-0.12-0 libchamplain-gtk-0.12-0 libgdict-1.0-6 libgdict-common libgdu-gtk0 libgeocode-glib0
libtelepathy-farstream2 mobile-broadband-provider-info nautilus-sendto-empathy network-manager-gnome
sound-theme-freedesktop telepathy-gabble telepathy-logger telepathy-salut vino
Use 'apt-get autoremove' to remove them.
The following packages will be REMOVED:
gnome-core gnome-terminal
0 upgraded, 0 newly installed, 2 to remove and 12 not upgraded.
After this operation, 797 kB disk space will be freed.
Do you want to continue [Y/n]? n
Abort发布于 2015-04-09 14:21:05
gnome-core是一个元包,gnome-terminal是这个包的一部分.删除gnome-core-package是没有问题的。
在特殊情况下,重新安装自动安装的软件包:
sudo apt-get install --reinstall baobab caribou caribou-antler empathy empathy-common fonts-cantarell gcalctool gdm3 gnome-backgrounds gnome-dictionary
gnome-disk-utility gnome-font-viewer gnome-icon-theme-extras gnome-packagekit gnome-packagekit-data gnome-screenshot
gnome-system-log gucharmap libavahi-gobject0 libavahi-ui-gtk3-0 libcaribou-gtk-module libcaribou-gtk3-module
libchamplain-0.12-0 libchamplain-gtk-0.12-0 libgdict-1.0-6 libgdict-common libgdu-gtk0 libgeocode-glib0
libtelepathy-farstream2 mobile-broadband-provider-info nautilus-sendto-empathy network-manager-gnome
sound-theme-freedesktop telepathy-gabble telepathy-logger telepathy-salut vinohttps://unix.stackexchange.com/questions/195301
复制相似问题