Skip to content

Instantly share code, notes, and snippets.

@slashtechno
Created May 21, 2021 23:08
Show Gist options
  • Save slashtechno/ca70d3b3db61aa1f136fb29fa1edb678 to your computer and use it in GitHub Desktop.
Save slashtechno/ca70d3b3db61aa1f136fb29fa1edb678 to your computer and use it in GitHub Desktop.
Install Xfce or Xubuntu and Uninstall

How to install XFCE or Xubuntu Desktop enviroment on Ubuntu and unninstall

Install XFCE

sudo apt install xfce4

Install Xubuntu

sudo apt install xubuntu-desktop

Uninstall XFCE

sudo apt purge xubuntu-icon-theme xfce4-* && sudo apt autoremove

Uninstall Xubuntu

sudo apt purge xubuntu-desktop xubuntu-icon-theme xfce4-* && sudo apt purge plymouth-theme-xubuntu-logo plymouth-theme-xubuntu-text && sudo apt autoremove

Credits

ItsFoss

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment