I was wanting to know the proper way to replace the default desktop environment of ubuntu 18.04 with the cinnamon desktop environment, How would I go about installing the cinnamon desktop environment and removing the default one from the system?
I was wanting to know the proper way to replace the default desktop environment of ubuntu 18.04 with the cinnamon desktop environment, How would I go about installing the cinnamon desktop environment and removing the default one from the system?
It is dangerous to uninstall the standard Ubuntu GNOME desktop, however you can install Cinnamon desktop environment and make it your default. Since there is no longer an official Cinnamon port for Ubuntu, we can use this unofficial PPA which still works perfectly.
sudo add-apt-repository ppa:embrosyn/cinnamon
.sudo apt update
.sudo apt install cinnamon
To install Cinnamon desktop, First you need to add the PPA (Personal Package Archive). Open
terminal
either via Ctrl+Alt+T keyboard shortcut, or from application launcher. When it opens, run command to add the PPA:Now, type your password for sudo prompt and hit Enter to continue. Then install Cinnamon desktop via command:
Once installed, log out and login with Cinnamon session. Once Cinnamon is installed successfully, uninstall
ubuntu-gnome-desktop
and it's dependenciesThis will remove the
ubuntu-gnome-desktop
package and any other dependant packages which are no longer needed.Purging your config/data too
If you also want to delete your
local/config
files for ubuntu-gnome-desktop then this will work.Note that Purged config/data can not be restored by reinstalling the package.
Then run:
to remove extra packages and dependencies no longer needed on your system.