我如何启动 emacs?

Sak*_*o73 6 emacs

多年后我再次尝试使用 Linux,并且我已经安装了 Ubuntu 12.10。我已经下载了完整的 GNU Emacs24 包,但我无法启动文本编辑器。

有人可以告诉我我必须做什么才能让它启动吗?

我不断得到:

emacs ~/test.txt
The program 'emacs' can be found in the following packages:
 * emacs23
 * emacs23-nox
 * emacs24
 * emacs24-nox
 * e3
 * emacs23-lucid
 * emacs24-lucid
 * jove
Try: sudo apt-get install <selected package>
Run Code Online (Sandbox Code Playgroud)

任何帮助表示赞赏。

phi*_*bim 6

跑:

sudo apt-get install emacs24
Run Code Online (Sandbox Code Playgroud)

输入您的密码(在您输入时,没有反馈,我相信您记得;)),按 Enter。

当它完成时

emacs your_filename.ext
Run Code Online (Sandbox Code Playgroud)

应该工作得很好