我找不到要在debian上安装的emacs包。
我使用的是apt-cache search [emacs*+],我得到了一个依赖于emacs的包列表,而不是emacs本身。
有什么想法吗?我只安装了Debian基础系统。
发布于 2010-09-28 08:01:17
首先,[emacs*+]没有任何意义。第二,添加更多的apt存储库。只要搜索emacs,emacs*+就相当于使用emac的apt缓存搜索。
我的显示超过300个匹配emacs的条目:
# Correct search
$ apt-cache search emacs | wc -l
330
# Wrong
$ apt-cache search emacs*+ | wc -l
333https://stackoverflow.com/questions/3808755
复制相似问题