Difference between revisions of "Installing Emacs on GNU/Linux"

From WikEmacs
Jump to navigation Jump to search
Line 2: Line 2:
  
 
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.
 
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.
 +
 +
 +
'''Source(s):'''  [http://www.downloadranking.com  Emacs solutions]
 +
  
 
= Debian =
 
= Debian =
Line 10: Line 14:
 
$ sudo apt-get install emacs
 
$ sudo apt-get install emacs
 
</source>
 
</source>
 +
 +
 +
'''Source(s):'''  [http://www.downloadranking.com  Emacs solutions]
 +
  
 
== Emacs 24 ==
 
== Emacs 24 ==
Line 16: Line 24:
 
$ sudo apt-get install emacs-snapshot
 
$ sudo apt-get install emacs-snapshot
 
</source>
 
</source>
 +
 +
 +
'''Source(s):'''  [http://www.downloadranking.com  Emacs solutions]
 +
  
 
= Ubuntu =
 
= Ubuntu =
Line 24: Line 36:
 
$ sudo apt-get install emacs
 
$ sudo apt-get install emacs
 
</source>
 
</source>
 +
 +
 +
'''Source(s):'''  [http://www.downloadranking.com  Emacs solutions]
 +
  
 
== Emacs 24 ==
 
== Emacs 24 ==
Line 30: Line 46:
 
$ sudo apt-get install emacs24
 
$ sudo apt-get install emacs24
 
</source>
 
</source>
 +
 +
 +
'''Source(s):'''  [http://www.downloadranking.com  Emacs solutions]
 +
  
 
= Gentoo =
 
= 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].
 +
 +
 +
'''Source(s):'''  [http://www.downloadranking.com  Emacs solutions]
 +
  
 
= Arch Linux =
 
= Arch Linux =
Line 41: Line 65:
 
$ sudo pacman -S emacs
 
$ sudo pacman -S emacs
 
</source>
 
</source>
 +
 +
 +
'''Source(s):'''  [http://www.downloadranking.com  Emacs solutions]
 +
  
 
== Emacs 24 ==
 
== Emacs 24 ==
Line 48: Line 76:
 
= Slackware =
 
= 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)].
 +
 +
 +
'''Source(s):'''  [http://www.downloadranking.com  Emacs solutions]
 +
  
 
= Fedora =
 
= Fedora =
Line 62: Line 94:
 
$ sudo yum install emacs
 
$ sudo yum install emacs
 
</source>
 
</source>
 +
 +
 +
'''Source(s):'''  [http://www.downloadranking.com  Emacs solutions]
 +
  
 
= SUsE =
 
= SUsE =
Line 72: Line 108:
 
$ sudo zypper install emacs
 
$ sudo zypper install emacs
 
</source>
 
</source>
 +
 +
 +
'''Source(s):'''  [http://www.downloadranking.com  Emacs solutions]
 +
  
 
== Emacs 24 ==
 
== Emacs 24 ==
Line 80: Line 120:
 
$ sudo zypper install emacs
 
$ sudo zypper install emacs
 
</source>
 
</source>
 +
 +
 +
'''Source(s):'''  [http://www.downloadranking.com  Emacs solutions]
 +
  
 
= Mandriva =
 
= Mandriva =

Revision as of 09:26, 5 April 2013

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.


Source(s): Emacs solutions


Debian

Emacs 23

$ sudo apt-get install emacs


Source(s): Emacs solutions


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


Source(s): Emacs solutions


Ubuntu

Emacs 23

$ sudo apt-get install emacs


Source(s): Emacs solutions


Emacs 24

$ sudo apt-add-repository ppa:cassou/emacs
$ sudo apt-get install emacs24


Source(s): Emacs solutions


Gentoo

See Emacs on Gentoo page.


Source(s): Emacs solutions


Arch Linux

Emacs 23

$ sudo pacman -S emacs


Source(s): Emacs solutions


Emacs 24

See emacs-bzr package from AUR

Slackware

Compile and Install using emacs.SlackBuild (unofficial).


Source(s): Emacs solutions


Fedora

Emacs 23

Available up to Fedora 16

$ sudo yum install emacs

Emacs 24

Available from Fedora 17+

$ sudo yum install emacs


Source(s): Emacs solutions


SUsE

Emacs 23

Available in 12.1 and 12.2. Before that? not sure.

$ sudo zypper install emacs


Source(s): Emacs solutions


Emacs 24

Not available till 12.2, but available from Factory repo. Add factory repo and then,

$ sudo zypper install emacs


Source(s): Emacs solutions


Mandriva

No pre-built packages.