当我最近运行它时,它向我展示了这个
~$ sudo apt autoremove
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following packages will be REMOVED:
linux-headers-5.15.0-46 linux-headers-5.15.0-46-generic linux-image-5.15.0-46-generic linux-modules-5.15.0-46-generic linux-modules-extra-5.15.0-46-generic
0 upgraded, 0 newly installed, 5 to remove and 0 not upgraded.
After this operation, 583 MB disk space will be freed.
Do you want to continue? [Y/n] n
Abort.
我应该不再信任自动删除吗?我通常运行 apt autoremove 和 clean 因为它有助于避免在 apt 升级期间破坏包
此
autoremove
命令删除一个不再使用的特定旧内核版本。如今,autoremove
也将删除旧内核,除了以前的内核和当前内核。因此,您始终保留引导至上一个内核的选项。因此,这是一种自动清理旧内核的安全方法。通常,
autoremove
删除曾经自动安装的软件包,即作为另一个软件包的依赖项,但当前任何其他软件包都不再需要这些软件包,因此只会占用磁盘空间。