Is there a CentOS server edition and a seperate desktop edition?
Until now I have been using Ubuntu server. Ubuntu has separate downloads for desktop and server editions. I want to try a CentOS server, when I download a copy from a mirror through centos.org the ISO I get installs with a GUI.
On every download mirror, there is no distinguishing label on the downloads. So is there only one version of CentOS or separate versions for Desktop and Server?
I want a bare bones install with no GUI for a server, where can I download such a ISO?
Solution 1:
No, there is no separate installations for desktop and server since you can select the packages you want during the install. By default the 'minimal' install doesn't have Gnome (Or pretty much anything for that matter) but even with the full DVD downloads you can deselect the packages (I believe it's called 'Graphical Desktop')('GNOME Desktop Environment', you can install this from yum
at a later time with yum groupinstall "GNOME Desktop Environment"
)
Generally my preferred method of CentOS/RedHat install is to use the 'NetInstall' ISO and point it to one of the HTTP mirrors, then you only download the packages you need. You can always yum install
some later
Solution 2:
There is only one version. During install you have the option of installing the GUI (KDE or GNOME) or no client-GUI-suite at all.