Comment 7 for bug 1849947

Revision history for this message
Jamie Bradley (jamie-endeavour) wrote :

Hey @Loik thanks for the heads up.

I've been able to install modules and image but for some reason the headers file won't install. When running via the OS Installer it never gives me the option to remove the file which suggests it hasn't installed.

I then tried to install via terminal...

```
sudo dpkg -i linux-headers-5.5.0-994-generic_5.5.0-994.201912282104_amd64.deb
Selecting previously unselected package linux-headers-5.5.0-994-generic.
(Reading database ... 191281 files and directories currently installed.)
Preparing to unpack linux-headers-5.5.0-994-generic_5.5.0-994.201912282104_amd64.deb ...
Unpacking linux-headers-5.5.0-994-generic (5.5.0-994.201912282104) ...
dpkg: dependency problems prevent configuration of linux-headers-5.5.0-994-generic:
 linux-headers-5.5.0-994-generic depends on linux-headers-5.5.0-994; however:
  Package linux-headers-5.5.0-994 is not installed.

dpkg: error processing package linux-headers-5.5.0-994-generic (--install):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 linux-headers-5.5.0-994-generic
```

Did you have this problem as well?