Skip to content

Instantly share code, notes, and snippets.

@antespi
Last active December 27, 2015 13:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save antespi/7334148 to your computer and use it in GitHub Desktop.
Save antespi/7334148 to your computer and use it in GitHub Desktop.
Bugfix: Nemo 1.8.3 has a memory leak bug (https://bugs.launchpad.net/linuxmint/+bug/1203406) Add ppa repository by Gwendal LE BIHAN fix it, and updates all packages for cinnamon and raring Mint distro version Notice: cinnamon-stable repository added, not cinnamon-nigthly!
sudo add-apt-repository ppa:gwendal-lebihan-dev/cinnamon-stable
sudo apt-get update
sudo apt-get -traring install nemo
sudo nano /etc/apt/preferences # Add this lines at the end of the file
Package: *
Pin: origin ppa.launchpad.net
Pin-Priority: 700
sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment