Created
October 31, 2014 06:25
-
-
Save gravitano/138adf62dd315ffaaaea to your computer and use it in GitHub Desktop.
How to install and uninstall cinnamon in ubuntu 14.0.4 via PPA
This file contains hidden or 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:tsvetko.tsvetkov/cinnamon | |
| sudo apt-get update | |
| sudo apt-get install cinnamon |
This file contains hidden or 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 apt-get install ppa-purge | |
| sudo ppa-purge ppa:tsvetko.tsvetkov/cinnamon | |
| sudo apt-get purge cinnamon* nemo nemo-data cjs muffin* python-nemo |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment