11 在这个答案中,我遇到了以下命令: aptitude why firefox aptitude why看起来像是一个有用的命令,但我不想为此安装aptitude。什么是apt-get等效aptitude why? apt aptitude — DK Bose source
7 代替apt-get我来看看apt-cache,虽然不是一对一的,但是关闭将是: apt-cache --installed rdepends firefox — 要求 source 1 这不是正确的答案。没有相似的aptitude why — Maythux 2014年 谢谢!我提到了apt-get,但是apt-cache也会做得很好,因为它是默认安装的。我应该在这一点上明确我的问题! — DK Bose 2014年 1 即使这两个命令不一样 — Maythux 2014年 1 @maythux,如我的回答所述。但是它很接近并且提供了反向依赖性,因此对于大多数提出此要求的用户来说非常有用,那么为什么不提呢? — 2014年 1 作为建议在这里有一堆的其他选项,你可能需要添加; apt-cache rdepends --no-suggests --no-conflicts --no-breaks --no-replaces --no-enhances --installed --recurse $package — 三胞胎2015年
3 人们可能想知道为什么系统上存在自动安装的软件包。要从命令行获取此信息,可以使用aptitude why package apt-get没有类似功能 资料来源:debian-handbook — Maythux source 是我的错 我提到了apt-get,但主要是我不需要新软件。apt-cache已经存在!抱歉造成混乱:) — DK Bose 2014年 那么为什么要投票呢? — Maythux 2015年
aptitude why