如何在 Xubuntu 上安装 emacs,命令如下:
sudo apt-get install emacs
不起作用
答案1
查找答案的一种方法是在浏览器中导航至以下 URL:
尝试在那里搜索,当然你需要选择你使用的适当版本。如果软件包包含在你的 ubuntu 版本中,这将给你一个简短的答案。
另一个简单的方法是在本地系统上搜索 PPA 中是否提供 emacs
通过发出 Ctrl-Alt-T 或在 Dash 中搜索终端打开命令行终端并输入
#sudo apt-get update #apt-cache search emacs
这将在 ppa 中的所有包中搜索标题中包含单词 emacs 的内容。
根据我的回复,有几个可用的软件包。
emacs - The GNU Emacs editor (metapackage)
emacs-goodies-el - Miscellaneous add-ons for Emacs
emacs23 - The GNU Emacs editor (with GTK+ user interface)
emacs23-bin-common - The GNU Emacs editor's shared, architecture dependent files
emacs23-common - The GNU Emacs editor's shared, architecture independent infrastructure
emacs23-el - GNU Emacs LISP (.el) files
emacs23-nox - The GNU Emacs editor (without X support)
因此,从本质上来说,你可以尝试
#sudo apt-get install
以上任何一种套餐。
答案2
sudo apt-get install emacs
应该可以解决问题。
答案3
Xubuntu 默认包含 Synaptic 包管理器。请转到菜单、系统、Synaptic 包管理器,然后在 EMACS 上搜索。它将引导您找到正确的应用程序。