Petrunko.com

Useful articles for IT-specialists

Skip to content
  • Home
  • Posts

Remove old kernels from Ubuntu

Leave a reply

Run in terminal:

To get list of all kernels installed on your system run

dpkg -l linux-image-\* | grep ^ii

Find out the oldest kernel by its version and remove it

sudo apt-get purge linux-image-x.x.x.x
This entry was posted in Ubuntu and tagged remove old kernels, remove unused kernels, ubuntu on 2014-06-06 by admin.

Post navigation

← Sudo without password on Ubuntu Install 1C:Enterprise 8.2 using Wine on Ubuntu →

Recent Posts

  • Set up OpenVPN connection on Ubuntu with DNS solving
  • Disable media controls on lockscreen in KDE
  • Mastering ssh-tunnels
  • Change ssh-key comment
  • KDE disable Windows key shortcut as menu luncher

Archives

  • July 2020
  • December 2019
  • November 2018
  • October 2018
  • February 2018
  • February 2015
  • January 2015
  • December 2014
  • October 2014
  • September 2014
  • July 2014
  • June 2014
  • April 2014
  • October 2013
  • July 2013

Categories

  • Administration (26)
    • 1C (2)
    • FreeBSD (1)
    • Ubuntu (21)
    • Windows (3)
  • Development (3)
    • C# (1)
    • C/C++ (1)
    • Git (1)
© Ivan Petrunko 2013-2021