I have the default Ubuntu 20.04 LTS kernel installed which is currently
$ uname -r
5.4.0-7634-generic
I'd like however to install older kernel version of 5.3. I do see a package linux-image-5.3.0-7648-generic
but when I try to install it Synaptic cannot find the actual package.
Do I miss some repo in /etc/apt ?
What would it be the easiest way to use 5.3 kernel and have it automagically upgraded whenever Canonical releases new 5.3.x version?
Just download and install the kernel binaries like so:
64-bit system:
32-bit system:
Hope that was helpful