それ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
インストールする前に常に使用して、パッケージが何であるかを確認してください。