we have given our servers to security check and then they have suggested the below.
- Installed package : linux-headers-5.4.0-29_5.4.0-29.33 Fixed package : linux-headers-5.4.0-_5.4.0-105.119
- Installed package : linux-headers-5.4.0-29-generic_5.4.0-29.33 Fixed package : linux-headers-5.4.0--generic_5.4.0-105.119
- Installed package : linux-image-5.4.0-29-generic_5.4.0-29.33 Fixed package : linux-image-5.4.0--generic_5.4.0-105.119
- Installed package : linux-modules-5.4.0-29-generic_5.4.0-29.33 Fixed package : linux-modules-5.4.0--ge
How to update this particular packages properly without effecting the server as many are of the production servers.
I tried sudo apt-get update -y(Did not workout)
Also tried
$ sudo apt-get install linux-headers-5.4.0-_5.4.0-105.119
[sudo] password for user:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package linux-headers-5.4.0-_5.4.0-105.119
E: Couldn't find any package by glob 'linux-headers-5.4.0-_5.4.0-105.119'
E: Couldn't find any package by regex 'linux-headers-5.4.0-_5.4.0-105.119'
Not able to understand how to update the packages.