> ## Content Index
> Fetch the complete content index at: https://itsfoss.com/llms.txt
> Use this file to discover other available public pages before exploring further.

# How to Install Cinnamon Desktop on Ubuntu
- URL: https://itsfoss.com/install-cinnamon-on-ubuntu/
- Published: 2014-08-05T00:14:24.000Z
- Updated: 2023-08-27T06:05:59.000Z
- Description: Tutorial with screenshots to show you how to install Cinnamon desktop environment on Ubuntu.
- Author: Abhishek Prakash
- Tags: Ubuntu, Customization ⚙️

**This tutorial shows you how to install the Cinnamon desktop environment on Ubuntu.**

Cinnamon is the default desktop environment of [Linux Mint](https://www.linuxmint.com/?ref=itsfoss.com). Unlike the GNOME [desktop environment](https://itsfoss.com/what-is-desktop-environment/) in Ubuntu, Cinnamon is a more traditional but elegant-looking desktop environment with a bottom panel, app menu, etc. Many Windows migrants [prefer Linux Mint over Ubuntu](https://itsfoss.com/linux-mint-vs-ubuntu/) because of the Cinnamon desktop and its Windows-resembling user interface.

You don’t need to [install Linux Mint](https://itsfoss.com/guide-install-linux-mint-16-dual-boot-windows/) just to try Cinnamon. In this tutorial, I’ll show you **how to install Cinnamon in Ubuntu**.

🚧

Sometimes, installing additional desktop environments leads to conflict between the desktop environments. This may result in a broken session, broken applications, features, etc. Having a [Timeshift backup of system settings](https://itsfoss.com/backup-restore-linux-timeshift/) is advisable.

## How to Install Cinnamon on Ubuntu

![install cinnamon in ubuntu](https://itsfoss.com/content/images/wordpress/2022/11/install-cinnamon-in-ubuntu.png)

## Installing Cinnamon on Ubuntu

At the time of updating this tutorial, Cinnamon desktop version 5.2.7 is available in the universe repository of Ubuntu 22.04 LTS.

So [make sure to enable the universe repository](https://itsfoss.com/ubuntu-repositories/) and then use this command to install Cinnamon on Ubuntu 22.04:

```
sudo apt install cinnamon
```

### Installing the latest Cinnamon daily builds from PPA (not recommended)

The Linux Mint team provides a [daily build unstable PPA](https://launchpad.net/~linuxmint-daily-build-team/+archive/ubuntu/daily-builds?ref=itsfoss.com) to install the latest Mint packages on Ubuntu. **Packages on this repository are unstable and for testing purposes, so you should know what you are doing.**

```
sudo add-apt-repository ppa:linuxmint-daily-build-team/daily-builds
sudo apt update
```

```
sudo apt install cinnamon nemo-python
```

Note that this version of Cinnamon desktop, only worked correctly for Ubuntu 22.04 LTS and it failed for my system with an “unmet dependency error” on Ubuntu 20.04 LTS.

## Using the Cinnamon desktop environment in Ubuntu

Once you have installed Cinnamon, log out of the current session. At the login screen, click on the Ubuntu symbol beside the username:

![select the user on login screen](https://itsfoss.com/content/images/wordpress/2022/11/select-the-user-on-login-screen.png)

Select the user on login screen

When you do this, it will give you all the desktop environments available for your system. No need to tell you that you have to choose Cinnamon:

![select cinnamon from log in screen desktop selection option](https://itsfoss.com/content/images/wordpress/2022/11/select-cinnamon-from-log-in-screen-desktop-selection-option.png)

Select Cinnamon from login screen desktop selection option

Now, you should be logged in to Ubuntu with the Cinnamon desktop environment. Remember, you can do the same to switch back to GNOME. Here is a quick screenshot of what it looked like to run **Cinnamon in Ubuntu**:

![ubuntu using cinnamon desktop](https://itsfoss.com/content/images/wordpress/2022/11/ubuntu-using-cinnamon-desktop.png)

Ubuntu using Cinnamon Desktop

Looks completely like Linux Mint, doesn’t it? I didn’t find any compatibility issues between Cinnamon and GNOME. I switched back and forth between GNOME and Cinnamon, and both worked perfectly.

Now that you have it installed, here are [some tips on customizing the Cinnamon desktop](https://itsfoss.com/customize-cinnamon-desktop/).

[7 Ways to Customize Cinnamon Desktop in Linux MintThe traditional Cinnamon desktop can be tweaked to look different and customized for your needs. Here’s how to do that.![](https://itsfoss.com/content/images/size/w256h256/2022/12/android-chrome-192x192.png)It's FOSSDimitrios![](https://itsfoss.com/content/images/wordpress/2021/02/customize-cinnamon.png)](https://itsfoss.com/customize-cinnamon-desktop/)

## Remove Cinnamon from Ubuntu

🚧

Before removing Cinnamon, you must switch back to your original desktop environment i.e. GNOME. Otherwise, you’ll end up logging into a system with only the terminal opened.

It is understandable that you might want to uninstall Cinnamon. First, change back to GNOME or whichever desktop environment you use.

Now, remove the Cinnamon package installed:

```
sudo apt remove cinnamon
```

If you used the PPA to install Cinnamon, you should also [delete the PPA](https://itsfoss.com/how-to-remove-or-delete-ppas-quick-tip/) from your list of repositories:

```
sudo add-apt-repository -r ppa:linuxmint-daily-build-team/daily-builds
```

## Troubleshooting tip

If you are facing any issues like missing some Ubuntu apps after uninstalling the Cinnamon desktop, you can install the **Ubuntu-desktop** package:

```
sudo apt install ubuntu-desktop
```

## More desktop choices

You can also install many other desktop environments on your existing Ubuntu.

[How to Install MATE Desktop in Ubuntu LinuxScreenshot tutorial to show you how to install MATE desktop in Ubuntu and other versions and how to completely remove it.![](https://itsfoss.com/content/images/size/w256h256/2022/12/android-chrome-192x192.png)It's FOSSAbhishek Prakash![](https://itsfoss.com/content/images/wordpress/2014/08/ubuntu-mate-desktop.png)](https://itsfoss.com/install-mate-desktop-ubuntu/)

Budgie is a modern and elegant desktop choice.

[Installing Budgie Desktop on Ubuntu \[Quick Guide\]Brief: Learn how to install Budgie desktop on Ubuntu in this step-by-step tutorial. Among all the various Ubuntu versions, Ubuntu Budgie is the most underrated one. It looks elegant and it’s not heavy on resources. Read this Ubuntu Budgie review or simply watch this video to see what Ubunt…![](https://itsfoss.com/content/images/size/w256h256/2022/12/android-chrome-192x192.png)It's FOSSAbhishek Prakash![](https://itsfoss.com/content/images/wordpress/2019/04/install-budgie-ubuntu.png)](https://itsfoss.com/install-budgie-ubuntu/)

KDE needs no introduction. If you did not opt for [Kubuntu or KDE Neon](https://itsfoss.com/kde-neon-vs-kubuntu/), you can always [install KDE on your existing Ubuntu](https://itsfoss.com/install-kde-on-ubuntu/).

[How to Install KDE Desktop Environment on UbuntuThis screenshot tutorial demonstrates the steps to install KDE Plasma desktop environment on Ubuntu Linux. In the world of Linux desktop environments, the ones that dominate are GNOME and KDE. There are several other desktop environments but these two are the leaders. Ubuntu used to have U…![](https://itsfoss.com/content/images/size/w256h256/2022/12/android-chrome-192x192.png)It's FOSSAbhishek Prakash![](https://itsfoss.com/content/images/wordpress/2013/01/Install-KDE-on-Ubuntu.png)](https://itsfoss.com/install-kde-on-ubuntu/)

I hope this post helps you to **install Cinnamon in Ubuntu**. Do share your experience with Cinnamon.