top of page

How to install xfce GUI in centOS 7

  • Writer: Krishna Chaitanya
    Krishna Chaitanya
  • Jun 3, 2018
  • 1 min read

Following commands will install xfce on centos 7.

#> yum install epel-release -y

#> yum groupinstall "Server with GUI" -y

#> yum groupinstall "Xfce" -y

#> systemctl get-default

output: graphical.target (if not)

#> systemctl set-default graphical.target

#> start xfce

To remove xfce from centos 7

#> yum groupremove "Xfce"

Recent Posts

See All
open a port in centos 7 firewall

Follow these commands to open any port in the firewall of CentOS 7. #> firewall-cmd --get-active-zones public interfaces: ens160 #>...

 
 
 

Comments


©2018 by fundamentals. Proudly created with Wix.com

bottom of page