On Ubuntu (18.04.5 LTS) I tried to install linux headers (need that for acronis backup) with
sudo apt-get install linux -headers-`uname -r`
If i run that, apt lists 719 header-packages to be installed. There are also different variants like aws, oracle etc.
I think, this comes from an "uncomplete" value from uname, where i expected something like "generic", but it doesn't show that:
> uname -r
4.15.0
Some Infos:
> uname -a
Linux neptun 4.15.0 #1 SMP Tue Jun 9 12:58:54 MSK 2020 x86_64 x86_64 x86_64 GNU/Linux
> dpkg --list | grep linux-image
ii linux-image-4.15.0-129-generic 4.15.0-129.132 amd64 Signed kernel image generic
ii linux-image-extra-virtual 4.15.0.129.116 amd64 Extra drivers for Virtual Linux kernel image
ii linux-image-generic 4.15.0.129.116 amd64 Generic Linux kernel image
> cat /proc/version
Linux version 4.15.0 ([email protected]) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-39) (GCC) ) #1 SMP Tue Jun 9 12:58:54 MSK 2020
It was a newly installed last week, and I already run update & upgrade. Nothing to install. What can I do to resolve that?