Це тому gnome
, що це мета-пакет, який містить повне середовище робочого столу Gnome, яке включає багато-багато речей:
$ apt-cache show gnome
[ ... ]
Description-en: Full GNOME Desktop Environment, with extra components
This is the GNOME Desktop environment, an intuitive and attractive
desktop, with extra components.
.
This meta-package depends on the standard distribution of the GNOME
desktop environment, plus a complete range of plugins and other
applications integrating with GNOME and Debian, providing the best
possible environment to date.
Напевно, ви хочете отримати gnome-core
пакет:
$ apt-cache show gnome-core
[ ... ]
Description-en: GNOME Desktop Environment -- essential components
These are the core components of the GNOME Desktop environment, an
intuitive and attractive desktop.
.
This meta-package depends on a basic set of programs, including a file
manager, an image viewer, a web browser, a video player and other
tools.
.
It contains the official “core” modules of the GNOME desktop.
Як правило, apt-cache show PACKAGENAME
перед установкою завжди слід використовувати, щоб переконатися, що ви знаєте, що таке пакет.