如何在Xubuntu上安装emacs,命令:
sudo apt-get install emacs不起作用
发布于 2012-03-06 13:17:20
查找方法之一是在浏览器中导航到以下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)所以基本上你可以试着
#sudo apt-get install 上述任何一种包裹。
发布于 2012-04-23 21:47:38
sudo apt-get install emacs应该能起作用。
发布于 2012-04-24 02:24:38
默认情况下,Xubuntu包括。请转到菜单,系统,,并搜索EMACS。它将引导您找到正确的应用程序。
https://askubuntu.com/questions/110504
复制相似问题