Code:
sudo apt update && sudo apt purge linux-image-5.8.0-34-generic linux-generic-hwe-20.04 && sudo apt purge linux-image-unsigned-5.8.0-36-generic linux-generic-hwe-20.04 && sudo apt purge linux-image-unsigned-5.8.0-38-generic linux-generic-hwe-20.04 && sudo apt install linux-generic
Try this. I've checked the kernel package names and included all three 5.8 kernels I have seen so far. If your machine doesn't have one or more of these it will ignore them.
BTW, this will list he installed kernels by name so you can get them exactly correct:
Code:
dpkg --list | grep linux-image
Bookmarks