I can't install Ubuntu because of this.
As I found there is no linux-headers-5.15.0-76-generic package in the repositories. What I can do to resolve this problem?
I'm using Ubuntu server 22.04 Jammy
I can't install Ubuntu because of this.
As I found there is no linux-headers-5.15.0-76-generic package in the repositories. What I can do to resolve this problem?
I'm using Ubuntu server 22.04 Jammy
Recently the problem was fixed.
update & upgrade :)
My ubuntu server was installed the updates correctly.
Was receiving errors such as
The following packages have unmet dependencies:
linux-generic : Depends: linux-headers-generic (= 5.15.0.76.74) but 5.15.0.72.70 is installed
Fixed the issue by trying $ sudo apt --fix-broken install
It installed the required headers and performed sanity checks for various packages, and fixed the broken headers issue.