Installing Emacs on GNU/Linux
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.
Contents[hide] |
[edit]Debian
[edit]Emacs 23
$ sudo apt-get install emacs
[edit]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
[edit]Ubuntu
[edit]Emacs 23
$ sudo apt-get install emacs
[edit]Emacs 24
$ sudo apt-add-repository ppa:cassou/emacs
and then
$ sudo apt-get install emacs24
[edit]Gentoo
See Emacs on Gentoo page.
[edit]Arch Linux
[edit]Emacs 23
$ sudo pacman -S emacs
[edit]Emacs 24
See emacs-bzr package from AUR
[edit]Slackware
Compile and Install using emacs.SlackBuild (unofficial).
[edit]Fedora
[edit]Emacs 23
Available up to Fedora 16
$ sudo yum install emacs
[edit]Emacs 24
Available from Fedora 17+
$ sudo yum install emacs
[edit]SUsE
[edit]Emacs 23
Available in 12.1 and 12.2. Before that? not sure.
$ sudo zypper install emacs
[edit]Emacs 24
Not available till 12.2, but available from Factory repo. Add factory repo and then,
$ sudo zypper install emacs
[edit]Mandriva
No pre-built packages.
相关推荐
-pc-linux-gnu, GTK+ Version 2.24.10) of 2012-07-17 on lawrencium 中运行,由 Debian 和 Org-mode 版本 7.8.02 修改。 我在 7.9.1 和 7.8.11 等较新的组织模式版本中遇到了一些与组织模式相关的问题。 引导 以下...
Installing c++/g++ on Windows Disclaimer: This page is being maintained mainly for my students. Use these instructions at your own risk. There is no warranty in any form or shape whatsoever!. There is...
- **GCC (GNU Compiler Collection):** Most commonly used on Unix/Linux systems. - **Clang:** Part of the LLVM project, known for its high-quality diagnostics and fast compilation. - **Microsoft Visual ...
- GNUEmacs (138MB) - **安装步骤**: - 使用具有管理员权限的账户登录。 - 将安装光盘放入CD-ROM驱动器,自动启动Setup程序。 - 选择“Install Smallworld Core Spatial Technology”,并点击“OK”。 - 接受...
Table of Contents Summary of GDB . . . . . . . . ....Free software ....Free Software Needs Free Documentation ....Contributors to GDB ....1 A Sample GDB Session ....2 Getting In and Out of GDB ....Invoking GDB ....
Table of Contents Summary of gdb . . . . . . . . ....Free software ....Free Software Needs Free Documentation ....Contributors to gdb....1 A Sample gdb Session ....2 Getting In and Out of gdb ....2.1 Invoking gdb ....
Table of Contents Summary of gdb . . . . . . . . ....Free Software ....Free Software Needs Free Documentation ....Contributors to gdb....1 A Sample gdb Session ....2 Getting In and Out of gdb ....2.1 Invoking gdb ....
Table of Contents Summary of GDB . . . . . . . . ....Free software ....Contributors to GDB ....A Sample GDB Session ....Loading the Executable ....Setting Display width....Setting Breakpoints ....Running the executable ...