Could you please advise how can I specify package release with apt-get install command on Ubuntu OS?For example, I can install the exact version of kernel with the command apt-get install linux-image-4.15.0-1067-aws
.I can see the package release whit the command below:
uname -vr4.15.0-1067-aws #71~16.04.1-Ubuntu SMP Sun May 3 23:13:29 UTC 2020
But if I want to install the mentioned version (linux-image-4.15.0-1067-aws) but different release? For example #71-Ubuntu SMP Thu Apr 30 13:51:43 UTC 2020.
Thanks in advance.