This article will describe installing Xfce for desktop environment.
Table of Contents
1 Install Xfce
The following command will install Xfce.
#!/bin/sh sudo zypper -n in patterns-openSUSE-xfce sudo reboot
2 Login to Xfce
You can select other desktop environment.
Xfce is displayed.
3 Uninstall Xfce
The following command will uninstall Xfce.
#!/bin/sh sudo zypper -n rm patterns-openSUSE-xfce xfce4-* libxfce4* sudo reboot