Q: How to install Desktop environment in RPM based Linux ?
Install Desktop environment to use and administer your Fedora/Centos distribution with Graphical user interface. This post is related to all Fedora and CentOS Linux distributions.
Install X Server pckages from YUM
Install the Desktop environment packages from YUM repositories. Login as root and run.
[root@server ~]# yum -y groupinstall "X Window System"
[root@server ~]# yum -y groupinstall "Desktop"
[root@server ~]# yum -y groupinstall "General Purpose Desktop"
Start Desktop Environment
Login as root user and run the below command to start Linux GUI environment
[root@server ~]# startx
Check Related Posts:
0 comments:
Post a Comment