Last active
December 27, 2015 13:29
-
-
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!
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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