我有很多旧内核,我想知道最安全的去除方法是什么。
谢谢
答案1
sudo apt autoremove
man
(手册)页面显示自动删除
autoremove is used to remove packages that were automatically
installed to satisfy dependencies for other packages and are now no
longer needed.
其中包括旧内核。
我有很多旧内核,我想知道最安全的去除方法是什么。
谢谢
sudo apt autoremove
man
(手册)页面显示自动删除
autoremove is used to remove packages that were automatically
installed to satisfy dependencies for other packages and are now no
longer needed.
其中包括旧内核。