You are not logged in.
If I want the full Gnome experience, is there a quick method to install it all? It looks like there are several segments (desktop, util, vfs, etc). How do I ensure that I do not miss an important piece?
Offline
Arch uses groups for the core GNOME packages. So it's enough if you do the following:
pacman -S gnome gnome-extra
Offline
To install full gnome:
pacman -S gnome
pacman -S gnome-extra
EDIT: nggalai was quicker to answer! BTW, to get a list of available groups:
pacman -Sg
Offline