I am about to do a minimal installation of Ubuntu 10.10. First, I'll do a command-line install with the minimal Ubuntu cd. Second, I want to install a minimal version of gnome. So I am simply looking to do a sudo apt-get -y install gnome-core xdm. On some websites people add in the xorg package as well. What is the point of that package, and do I need it for a minimal gnome install?
| |||
|
feedback
|
|
XDM is the display manager for X Windows, Xorg is the X Windows server, both are required (or a suitable alternative). I assume that the reason some people do not mention Xorg is because it is automatically installed alongside another package (would have thought gnome-core has it as a dependency). | |||||
feedback
|
|
| |||
|
feedback
|
|
You should not have to manually specify it. If minimal gnome depends on the xorg package, then it will be installed automatically. | |||
|
feedback
|