先查看系統內核版本linux
uname -a
查看全部內核版本bash
dpkg --get-selections|grep linux
刪除舊內核版本ide
apt autoremove --purge 或 apt-get remove linux-image-* apt-get remove linux-headers-*
列出已經刪除可是狀態爲deinstall的內核spa
dpkg --get-selections | grep deinstall | cut -f1
刪除狀態爲deinstall的內核blog
dpkg --purge `sudo dpkg --get-selections | grep deinstall | cut -f1`