User Tools

Site Tools


how_to_delete_old_unused_kernels

This is an old revision of the document!


To find out the current version of Linux kernel running on your system, use the following command.

$ uname -sr

Linux 4.12.0-041200-generic

To list all installed kernels on your system, issue this command.

$ dpkg -l | grep linux-image | awk '{print$2}'

linux-image-4.12.0-041200-generic linux-image-4.8.0-22-generic linux-image-extra-4.8.0-22-generic linux-image-generic

how_to_delete_old_unused_kernels.1655026166.txt.gz · Last modified: 2024/03/12 21:24 (external edit)