Xfce is a lightweight linux desktop environment. You can install Xfce on a remote server or virtual machine, connect to it using VNC to use it as a desktop. To install Xfce, enable EPEL repo
1 |
yum install -y epel-release |
Install Xfce
1 |
yum groupinstall Xfce |
You can see other groups available with command “yum grouplist”. Insall vnc server
1 |
yum install -y tigervnc-server |
Creating User […]