그 이유 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
설치하기 전에 항상 패키지를 확인해야합니다.