I'm trying to upgrade my linux kernel to 4.20, and am currently on 4.18:
uname -a => Linux ubuntu 4.18.0-15-generic #16-Ubuntu SMP Thu Feb 7 10:56:39 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
I've tried:
sudo apt install linux-image-generic
sudo apt update && sudo apt full-upgrade && sudo apt autoremove && sudo apt clean
Which all seem to leave me at 4.18. Is there any way to explicitly tell Ubuntu to upgrade the Linux Kernel? I've tried most the answers I can find online with no joy
Thanks in advance
0 Answers