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

# Install Cinnamon on Ubuntu 12.04
- URL: https://mfitzp.ghost.io/install-cinnamon-on-ubuntu-1204/
- Published: 2011-11-29T00:00:00.000Z
- Updated: 2026-09-09T10:59:06.000Z
- Author: Martin Fitzpatrick
- Tags: Tutorials, Linux, #Import 2024-03-14 08:20, #Import 2026-08-24 14:26

Cinnamon is a re-implementation of the Gnome 2 desktop in GTK3 developed by the Linux Mint project as an alternative to both Gnome3/Shell and Ubuntu Unity. Here we explain how to install Cinnamon on top of your Ubuntu installation, without installing Linux Mint.

As with all Ubuntu unsupported software you cannot install cinnamon through the Ubuntu Software Centre. However there is a launchpad-hosted PPA for Cinnamon available at [ppa:gwendal-lebihan-dev/cinnamon-stable](https://launchpad.net/~gwendal-lebihan-dev/+archive/cinnamon-stable?ref=mfitzp.ghost.io)

Open a terminal and at the command line enter:

```bash
sudo add-apt-repository ppa:gwendal-lebihan-dev/cinnamon-stable
```

You will be prompted for your password to add the repository.

```bash
sudo apt-get update
```

Your software listings will now update (this is required to let apt know about the software in the new repository you just added).

```bash
sudo apt-get install cinnamon
```

Cinnamon will now install. You will be asked to confirm the addition of a number of extra packages including `caribou gir1.2-muffin-3.0 libmuffin0 muffin-common`

Once installation is complete close the terminal and log out of your session.

At the login screen select your desktop from the drop down list above your name. Choose Cinnamon and click login. You will now find yourself at the Cinnamon desktop!