Originally Posted by
colink37
Thank you ActionParsnip. Running your code
uname -a; echo; dpkg -l | grep linux-image | grep -v head gave me the result
Linux colin-OptiPlex-790 6.8.0-49-generic #49~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Nov 6 17:42:15 UTC 2 x86_64 x86_64 x86_64 GNU/Linux
ii linux-image-6.8.0-48-generic 6.8.0-48.48~22.04.1 amd64 Signed kernel image generic
ii linux-image-6.8.0-49-generic 6.8.0-49.49~22.04.1 amd64 Signed kernel image generic
ii linux-image-generic-hwe-22.04 6.8.0-49.49~22.04.1 amd64 Generic Linux kernel image
Is this helpful? I still have about one hundred left over 'bits' displayed by Synaptic, which I cannot remove or delete using Synaptic. An example reads
Linux-image-5.15.0-1002-gke 5.15.0-1002.2 signed kernel image gke It is not installed, but is 11.2 Mb, presumably using **** space. 100 like these is leaving me with no free and usable dev disk space Any helpful advice would be appreciated. Do I have to delete these one by one from a Terminal screen with a 'remove' command? Colin.
You have two kernels. This isn't terrible. You can remove the old one with
Code:
sudo apt --purge remove linux-image-6.8.0-48-generic
sudo apt autoremove