Das liegt daran, dass gnome
es sich um ein Metapaket handelt, das die vollständige Gnome-Desktop-Umgebung einbindet, die viele, viele Dinge enthält:
$ 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.
Was Sie suchen, ist wahrscheinlich das gnome-core
Paket:
$ 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.
In der Regel sollten Sie apt-cache show PACKAGENAME
vor der Installation immer verwenden , um sicherzustellen, dass Sie wissen, was das Paket ist.