用apt-get autoremove安装dpkg


1

操作系统:Debian 8

我想安装PepperFlash,它是非免费的。我不期望安装许多非免费软件包,所以不要修改 /etc/apt/sources.list 并且从非免费存储库下载,我决定使用dpkg手动安装,并从中获取打包 这里 。这需要依赖性 binutils,我通过安装 apt-get install -f

现在作为测试,我马上跑了

apt-get remove pepperflashplugin-nonfree

其次是

apt-get autoremove

然而 binutils,新添加的依赖项,未被删除。

问题:

  1. 为什么没有依赖 binutils 被删除?是因为它取代了另一个已安装的软件包,因此成为了其他东西的依赖吗?
  2. 如何通过dpkg删除手动安装的程序的依赖项?
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.