apt-get autoremove 想要删除 linux 头文件

pae*_*808 15 apt

今天我跑去apt-get autoremove删除不需要的包,它想删除linux-headers-3.2.0-37linux-headers-3.2.0-37-generic

Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following packages will be REMOVED:
libglademm-2.4-1c2a linux-headers-3.2.0-37 linux-headers-3.2.0-37-generic ttf-umefont    ttf-unfonts-core
0 upgraded, 0 newly installed, 5 to remove and 0 not upgraded.
After this operation, 67.6 MB disk space will be freed.
Do you want to continue [Y/n]? 
Run Code Online (Sandbox Code Playgroud)

删除这些安全吗?我安装的内核版本比自动删除列表的头文件更新。

uname -r
3.2.0-38-generic
Run Code Online (Sandbox Code Playgroud)

Pan*_*her 15

是的,当您使用更高版本的内核时,删除旧内核和头文件是安全的。