How to Install Cinnamon Desktop 4.0 via PPA in Ubuntu 18.04

Last updated: June 2, 2019

Cinnamon

Linux Mint’s Cinnamon desktop has tagged its 4.0 release for more than a weeks. For those who want to try out new desktop release, here’s how to install Cinnamon 4.0 in Ubuntu 18.04.

Cinnamon 4.0 is not officially announced at the moment. It’s mentioned in the last Linux Mint blog post:

  • New panel layout, you’ll have the option to embrace the change or to click a button to make Cinnamon look just like it did before.
  • Ability to define a different icon size for each of the three panel zones
  • Mint-Y-Dark now is the default Cinnamon theme.
  • Support for mainline kernels was added to the Update Manager.
  • reduced system memory consumption, and various other changes.

Install Cinnamon 4.0 via PPA in Ubuntu 18.04:

1. Open terminal either via Ctrl+Alt+T keyboard shortcut, or from application launcher. When it opens, run command to add the PPA:

sudo add-apt-repository ppa:embrosyn/cinnamon

Type your password (no asterisks feedback) for sudo prompt and hit Enter to continue.

2. Then install Cinnamon desktop via command:

sudo apt install cinnamon

Once installed, log out and login with Cinnamon session.

Uninstall:

To remove Cinnamon desktop, run command:

sudo apt remove --autoremove cinnamon cinnamon-desktop-data

To remove the PPA, either go to Software & Updates -> Other Software, or run command:

sudo add-apt-repository --remove ppa:embrosyn/cinnamon

Twitter

I'm a freelance blogger who started using Ubuntu in 2007 and wishes to share my experiences and some useful tips with Ubuntu beginners and lovers. Please comment to let me know if the tutorial is outdated! And, notify me if you find any typo/grammar/language mistakes. English is not my native language. Contact me via [email protected] Buy me a coffee: https://ko-fi.com/ubuntuhandbook1

8 responses to How to Install Cinnamon Desktop 4.0 via PPA in Ubuntu 18.04

  1. Hi,

    I just want the latest Nemo file roller instead of GNOME Nautilus.
    I have Nemo v3.9.0 (BTW I think Nautilus is at 3.26, 3.30 is not out yet)
    Is there an ubuntu PPA that follows cinnamon latest nemo version or any other repo that I can install the latest Nemo from ?

    TNX ALOT

    • The PPA does contain the latest Nemo 4.0.2 for Ubuntu 18.04, try upgrading the package via Software Updater.

  2. I’ve got some bugs after installing it. The desktop has no wallpaper, the icon set doesn’t seem right, the same for the window decorations. And I can’t get cinnamon-settings to open, because of some error.

  3. Are you planning to backport Cinnnamon 4.0 for Ubuntu 16.04?
    Or is there some other for that?

    Thanks in advance.

  4. Here is the fix for Cinnamon settings not open because of a package is missing!

    Run this command in terminal:

    sudo apt install cinnamon nemo-python

  5. Here is the fix for Cinnamon settings not open because of a package is missing!

    Run this command in terminal:

    sudo apt install cinnamon nemo-python

  6. Hi, readers should be aware that the PPA recommend in this article is shipping the latest unstable development version of Cinnamon to bionic users – i.e expect frequent updates, bugs and breakages. Don’t even think about using it if you are using xenial.

    https://launchpad.net/~embrosyn/+archive/ubuntu/cinnamon is a far safer PPA, ships stable builds only albeit it tends to lag several weeks behind official Cinnamon stable releases.