Post

Deleting Kernels Mint

I often play with kernels and sometimes end up filling up /boot. Here’s how to delete them.

dpkg --list | egrep -i --color 'linux-image|linux-headers'

sudo apt remove --purge linux-image-

sudo apt remove --purge linux-headers-

sudo apt autoremove

example - sudo apt remove –purge linux-image-6.2.0-*

This post is licensed under CC BY 4.0 by the author.