Difference between revisions of "Installing Emacs on GNU/Linux"
Jump to navigation
Jump to search
(→Fedora) |
(→SusE) |
||
Line 62: | Line 62: | ||
= SusE = | = SusE = | ||
+ | |||
+ | == Emacs 23 == | ||
+ | |||
+ | <source lang="bash"> | ||
+ | $ sudo zypper install emacs | ||
+ | </source> | ||
+ | |||
+ | == Emacs 24 == | ||
+ | |||
No pre-built packages. | No pre-built packages. | ||
Revision as of 15:47, 29 March 2012
Check if your distribution already provides an Emacs version of interest to you.
If you are interested in daily builds or latest binaries, try building from source or try one of the following unofficial repositories based on your distribution.
Debian
Emacs 23
$ sudo apt-get install emacs
Emacs 24
See emacs-snapshot APT repo. The page contains installation instructions. High quality, highly recommended builds! After adding the repo according to the instructions linked to above, install with the following command:
$ sudo apt-get install emacs-snapshot
Ubuntu
Emacs 23
$ sudo apt-get install emacs
Emacs 24
$ sudo apt-add-repository ppa:cassou/emacs
$ sudo apt-get install emacs-snapshot
Gentoo
See Emacs on Gentoo page.
Arch Linux
Emacs 23
$ sudo pacman -S emacs
Emacs 24
See emacs-bzr package from AUR
Slackware
Compile and Install using emacs.SlackBuild (unofficial).
Fedora
Emacs 23
$ sudo yum install emacs
Emacs 24
No pre-built packages.
SusE
Emacs 23
$ sudo zypper install emacs
Emacs 24
No pre-built packages.
Mandriva
No pre-built packages.