Cinnamon is the default desktop environment of the Linux Mint distribution which offers advanced features and traditional user experience. It offers flexibility, speed, a traditional but elegant desktop look with the bottom panel and app menu, etc.
Cinnamon is also available as an optional desktop for other Linux distributions like Ubuntu, Fedora, Arch Linux, openSUSE, etc. Its desktop arrangements are much similar to Windows.
In this article, we will learn how to install Cinnamon 3.4 desktop environment on Ubuntu. Before moving towards installation, let’s take a look at some of the features of Cinnamon desktop.
The Cinnamon desktop offers the following features:
We will use Ubuntu 18.04 LTS for describing the procedure mentioned in this article.
For installing Cinnamon DE on Ubuntu, we will need to add its PPA to our local repository. There is an unofficial PPA available for it. Follow the below steps for that:
Launch the Terminal by using Ctrl+Alt+T keys shortcut or by searching for "terminal" from the start menu. Then in the Terminal, run the following command to add the PPA:
$ sudo add-apt-repository ppa:embrosyn/cinnamon
When prompted for the password, enter sudo password and press Enter.
Then run the following command in Terminal to update the local apt repository.
$ sudo apt update
After adding and updating the repositories, run the following command in Terminal as sudo to install the Cinnamon desktop environment:
$ sudo apt install cinnamon
Wait for a while until the installation is completed.
Once the installation of Cinnamon is completed, log out of the current session of Ubuntu. Alternatively, it is better to restart the system by typing the following command in Terminal:
$ sudo reboot
When the system restarts, you will see the login screen. Click on the cog icon on the left side of the Sign in button.
It will list all the available desktop environment on your system. From the list, select the Cinnamon.
Then enter the user credentials and click on Sign in.
Once you logged in, you will see the Ubuntu with Cinnamon desktop environment. You can do the same step to switch back to your old desktop environment.
To remove the Cinnamon desktop from your Ubuntu, run the following command :
$ sudo apt-get remove Cinnamon
Then run the following command in order to remove all the dependencies and libraries related to Cinnamon that are no longer in use:
$ sudo apt-get autoremove
That was all we needed in order to install Cinnamon in our Ubuntu. You can see how easy and simple it is to create a Cinnamon desktop environment right into your Ubuntu. It is one of the best and a user-friendly desktop to work with, and it can be easily customized.
Magento is a free and open-source e-commerce platform written in PHP. It is simple, easy…
ISPConfig is an open-source control panel that allows users to manage multiple servers from a…
As a Linux administrator, you may find it necessary to troubleshoot or test your Simple…
Ubuntu 24.04, like many modern Linux distributions, relies on the NetworkManager for managing network connections.…
Restic is a modern, open-source backup program designed for efficiency, security, and simplicity. It enables…
phpMyAdmin is a popular free tool written in PHP intended to administer MySQL and MariaDB…