Questions tagged «apt-cache»




1
在“ apt-cache取决于”输出中,Suggests,Recommends,|,<>是什么意思?
我已经检查了man / info页面,但是没有提到输出格式的某些方面 apt-cache depends man / info页面试图提供帮助(以一种钝的方式);quote:“对于输出的其余部分的特定含义,最好参考apt源代码” 现在公平地说,信息页面中的报价是针对它已经合理解释的“ showpkg”选项的,但是我的选项没有这样的解释...我知道Linux信息来自许多来源(不仅仅是man / info页),并且我不想特别翻阅源代码(尽管有时如此),所以这里是我想知道其含义的示例。 # I can assume what these mean, but... # What does | mean? (probably means 'or'???) # What does &lt;pkg&gt; and the following indentations mean? # At the end, the interaction(?) of Suggest and Recommends puzzles me. $ …

1
管道是什么?指示在apt-cache rdepends中?
据我了解,rdepends列出了依赖于指定软件包的软件包。 例: $ apt-cache rdepends abiword abiword Reverse Depends: abiword:i386 xubuntu-desktop |python-carquinyol-0.96 pkpgcounter lubuntu-desktop junior-writing gnome |freemind-doc abiword-plugin-mathview abiword-plugin-grammar abiword-dbg 在此输出中,是什么|意思? 按这个问题,它的意思是“或” apt-cache depends,但是这似乎并没有与此有关(package1 或 package2根据abiword是不可能的)。
13 apt  apt-cache 

1
apt-cacher和apt-cacher-ng之间的区别
apt-cacher和之间到底有什么区别apt-cacher-ng?我似乎找不到比较两者的地方。我已经找到了关于它们的教程和手册,从设置的角度看,它们似乎是相同的。 一个比另一个更好或更可靠吗?一个提供其他不提供的服务吗?各自的优缺点是什么?

4
使用apt-cache搜索
我正在学习如何使用apt。当我apt-cache search git 查看所有与git匹配的软件包时,会看到一堆描述与git无关的软件包。为什么会这样,我该如何解决?(Ubuntu 12.04.2 LTS)。 另外,为什么在名称中带有“ cache”的命令中找到搜索功能?搜索功能与缓存有什么关系? 谢谢。
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.