How to install a Desktop Environment in Centos Server


Type the command below to the terminal.

$ yum groupinstall -y ‘X Window System’
$ yum groupinstall -y ‘Desktop’

after installation you may need to type the command below to switch from CLI to GUI

$ startx

,

Leave a Reply