ऐसा इसलिए 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
यह सुनिश्चित करने के लिए स्थापित करने से पहले हमेशा उपयोग करना चाहिए कि आपको पता है कि पैकेज क्या है।