Home Clearing_down_boot_when_at_100
Post
Cancel

Clearing_down_boot_when_at_100

(Ref: https://gist.github.com/ipbastola/2760cfc28be62a5ee10036851c654600)

1
sudo dpkg --list 'linux-image*'|awk '{ if ($1=="ii") print $2}'|grep -v `uname -r`| while read -r line; do sudo apt-get -y purge $line;done;sudo apt-get autoremove; sudo update-grub
This post is licensed under CC BY 4.0 by the author.