刪除Ubuntu舊的kernel,讓空間變大 查看目前Kernel的版本
uname -r
查看有沒有舊的Kernel
dpkg --get-selections | grep linux
刪除舊的Kernel
sudo apt-get remove linux-image-xxxxxxx
清除舊版的deb
sudo apt-get autoclean
清理系統暫存檔
sudo apt-get clean
IT邦幫忙