如何从手动安装列表中删除ubuntu包而不实际删除它?

时间:2010-06-26 10:21:20

标签: ubuntu apt-get

无论何时在ubuntu中安装软件包,都会将其添加到手动安装中,系统将确保正确更新和配置软件包。但我找不到从手动安装列表中删除软件包的方法。

我想这样做,所以我让包系统处理该包,并在我的系统不需要时将其删除。

感谢, 大卫

2 个答案:

答案 0 :(得分:0)

与大多数基于debian的包装问题一样,答案是Aptitude。

sudo aptitude 
/(package name here)
hit n until you find the correct package.
M marks it as auto.
m marks it as manual.
those options are also in the "Package" menue.

答案 1 :(得分:0)

sudo aptitude markauto PACKAGE_NAME