Tuesday, June 2, 2015

Ubuntu : How to Remove Old Kernels From Ubuntu

Solutions:
  1. Check current running kernel version. #uname -r
  2. Check list of installed Kernels on your system. #dpkg --list | grep linux-image
  3. Find out the kernels you want to remove. #sudo apt-get purge linux-image-x.x.x.x-generic
Source :

Related Posts:

0 comments:

Post a Comment