Xubuntu有emacs吗?

0x9*_*x90 0 xubuntu emacs

如何在 Xubuntu 上安装 emacs,命令:

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

不起作用

sfe*_*ole 7

找出答案的一种方法是在浏览器中导航到以下 URL:

http://packages.ubuntu.com/

在那里尝试您的搜索,当然您需要选择您使用的适当版本。如果您的 ubuntu 版本包含该软件包,这应该会给您一个简短的答案。

另一种简单的方法是在您的本地系统上搜索 emacs 是否在 PPA 中可用

这将在 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)
Run Code Online (Sandbox Code Playgroud)

所以基本上你可以尝试

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

任何上述包。