如何使用 aptitude 删除软件包的旧版本?

如何使用 aptitude 删除软件包的旧版本?

版本

我想删除 0.9.8o 版本。有人知道如何删除而不破坏其依赖项吗?

答案1

Figure 2.9. Values of the “current state” flag

i   -    the package is installed and all its dependencies are satisfied.
p   -    the package and all its configuration files were removed, or the package was never installed.

有关详细信息,请参阅相关文档在 aptitude 中访问软件包信息

基本上,这些旧版本只是软件包数据库中可用的选项。它们不存在于您的系统中,甚至可能从未存在过。

答案2

当您安装新版本时,Aptitude 会自动删除旧版本。依赖关系也会自动处理。

您所显示的屏幕截图表明您询问的版本已被完全删除,或者从未安装过。这些版本显示在列表中是因为它们可用。最旧的版本可能包含在初始发行版中。其他两个版本可能来自更新和/或反向移植存储库。

相关内容