Difference between revisions of "Installing Emacs on GNU/Linux"
Jump to navigation
Jump to search
(Created page with "== Installing == == Building Emacs == You can build Emacs from [https://github.com/emacsmirror/emacs source] on every distribution out there. Use this option only if your dis...") |
|||
Line 1: | Line 1: | ||
− | + | 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 [https://github.com/emacsmirror/emacs source] or try one of the following unofficial repositories based on your distribution. | |
− | |||
− | + | = Debian = | |
− | |||
− | |||
See [http://emacs.naquadah.org/ emacs-snapshot APT repo]. The page contains installation instructions. High quality, highly recommended builds! After adding the repo install with the following command: | See [http://emacs.naquadah.org/ emacs-snapshot APT repo]. The page contains installation instructions. High quality, highly recommended builds! After adding the repo install with the following command: | ||
<source lang="bash"> | <source lang="bash"> | ||
Line 12: | Line 9: | ||
</source> | </source> | ||
− | + | = Ubuntu = | |
<source lang="bash"> | <source lang="bash"> | ||
$ sudo apt-add-repository ppa:cassou/emacs | $ sudo apt-add-repository ppa:cassou/emacs | ||
Line 18: | Line 15: | ||
</source> | </source> | ||
− | + | = Gentoo = | |
See [http://www.gentoo.org/proj/en/lisp/emacs/emacs.xml Emacs on Gentoo page]. | See [http://www.gentoo.org/proj/en/lisp/emacs/emacs.xml Emacs on Gentoo page]. | ||
− | + | = Arch Linux = | |
See [http://aur.archlinux.org/packages.php?ID=33337 emacs-bzr] package from [http://aur.archlinux.org/index.php AUR] | See [http://aur.archlinux.org/packages.php?ID=33337 emacs-bzr] package from [http://aur.archlinux.org/index.php AUR] | ||
− | + | = Slackware = | |
Compile and Install using [http://github.com/cycojesus/slackbuilds/tree/master/e/emacs emacs.SlackBuild (unofficial)]. | Compile and Install using [http://github.com/cycojesus/slackbuilds/tree/master/e/emacs emacs.SlackBuild (unofficial)]. | ||
− | + | = Fedora = | |
No pre-built packages. | No pre-built packages. | ||
− | + | = SusE = | |
No pre-built packages. | No pre-built packages. | ||
− | + | = Mandriva = | |
No pre-built packages. | No pre-built packages. | ||
[[Category:GNU/Linux]][[Category:Emacs-24.1]] | [[Category:GNU/Linux]][[Category:Emacs-24.1]] |
Revision as of 05:25, 27 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
See emacs-snapshot APT repo. The page contains installation instructions. High quality, highly recommended builds! After adding the repo install with the following command:
$ sudo apt-get install emacs-snapshot
Ubuntu
$ sudo apt-add-repository ppa:cassou/emacs
$ sudo apt-get install emacs-snapshot
Gentoo
See Emacs on Gentoo page.
Arch Linux
See emacs-bzr package from AUR
Slackware
Compile and Install using emacs.SlackBuild (unofficial).
Fedora
No pre-built packages.
SusE
No pre-built packages.
Mandriva
No pre-built packages.