Friday, January 25, 2019

CentOS7 GUI installation.

To access desktop in CentOS7: As root

  • Make sure yum repository is active and running
# yum repolist
 
# yum groupinstall "Server with GUI"

 # systemctl isolate graphical.target

 # systemctl set-default graphical.target

 # systemctl get-default

 # graphical.target . --> 

You should see this after reboot or not required in some cases. Mine got switched to GUI without reboot so looks like the above command takes care of that and not like old times.



Happy Linux!




No comments: