I have installed HWE kernel by using
sudo apt-get install linux-generic-hwe-16.04
This automatically installs the latest kernel in my case "Linux 4.13.0-45-generic x86_64" which is normal.
But How can I have specific kernel version while installing HWE.
Note: I require this since one of my application supports kernel from 4.13.0-26 to 4.13.0-34 kernel. Though this can be done by downgrading manually. Is there a command to achieve this for automation.
Thanks in advance.
sudo apt-get install linux-generic-hwe-16.04=<specific_version_[num|name]>
– George Udosen Aug 21 '18 at 13:48