Similar error has been posted on this forum, unfortunately, the solutions to them could not help me.
The version of my OS is (lsb_release -a):
Code:
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 22.04.5 LTS
Release: 22.04
Codename: jammy
When I execute (sudo apt upgrade), I got the following:
Code:
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies:
linux-headers-6.5.0-060500-generic : Depends: libc6 (>= 2.38) but 2.35-0ubuntu3.8 is installed
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
I also tried to execute: (sudo apt install -f libc6=2.35-0ubuntu3.8 libc-bin=2.35-0ubuntu3.8), but still got:
Code:
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
libc-bin is already the newest version (2.35-0ubuntu3.8).
libc-bin set to manually installed.
libc6 is already the newest version (2.35-0ubuntu3.8).
libc6 set to manually installed.
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies:
linux-headers-6.5.0-060500-generic : Depends: libc6 (>= 2.38) but 2.35-0ubuntu3.8 is to be installed
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
Thank you in advance.