Created
October 28, 2012 21:05
-
-
Save bhuber/3969908 to your computer and use it in GitHub Desktop.
Install emacs24 on ubuntu
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
#!/bin/sh | |
# adapted from https://launchpad.net/~cassou/+archive/emacs | |
sudo apt-get update | |
sudo apt-get install | |
sudo apt-get purge emacs-snapshot-common emacs-snapshot-bin-common emacs-snapshot emacs-snapshot-el emacs-snapshot-gtk emacs23 emacs23-bin-common emacs23-common emacs23-el emacs23-nox emacs23-lucid auctex emacs24 emacs24-bin-common emacs24-common emacs24-non-dfsg | |
#To add this PPA: | |
sudo add-apt-repository ppa:cassou/emacs | |
sudo apt-get update | |
#Then, for emacs-snapshot: | |
#sudo apt-get install emacs-snapshot-el emacs-snapshot-gtk emacs-snapshot | |
#*Or*, for emacs24: | |
sudo apt-get install emacs24 emacs24-el emacs24-common-non-dfsg |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment