我似乎记得在autoremove
今年早些时候执行了建议并在此过程中使我的系统变砖。linux-headers-generic
并且linux-image-generic
看起来很重要。
phm@LuckyCompCo:~$ sudo apt-get -f install
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
libmono-accessibility4.0-cil
libmono-system-runtime-serialization-formatters-soap4.0-cil
libmono-system-windows-forms4.0-cil libmono-webbrowser4.0-cil
linux-headers-generic linux-image-generic
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 14 not upgraded.
Run Code Online (Sandbox Code Playgroud)
这两个包linux-headers-generic
和linux-image-generic
是元包。它们自己不提供任何东西,而是依赖于其他包。这两个总是依赖于最新版本的内核,所以当你这样做时apt-get upgrade
,最新版本会被安装。您可以安全地删除它们,但如果这样做,将不会提示您进行内核升级。您可以将它们标记为手动安装:
sudo apt-get install linux-headers-generic linux-image-generic
Run Code Online (Sandbox Code Playgroud)
在此之后,autoremove
不应建议删除这两个。
归档时间: |
|
查看次数: |
4489 次 |
最近记录: |