Skip to content

Instantly share code, notes, and snippets.

@sporting
Created September 8, 2016 05:41
Show Gist options
  • Save sporting/0413fc66e44242df1841d67fff529c40 to your computer and use it in GitHub Desktop.
Save sporting/0413fc66e44242df1841d67fff529c40 to your computer and use it in GitHub Desktop.
sudo apt-get purge $(dpkg --list|grep linux-image|grep --invert $(uname -r)|grep --invert 'linux-image-generic'|awk -F ' ' '{print $2}');sudo apt-get autoremove;sudo update-grub2;
@sporting
Copy link
Author

sporting commented Sep 8, 2016

remove old ubuntu linux kernel

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment