我最近5.13.0-051300-generic在装有 Ubuntu 20.04 的 Tuxedo 笔记本电脑上将内核升级到版本。我现在正在尝试安装 headers linux-headers-5.13.0-051300-generic_5.13.0-051300.202106272333_amd64.deb。如果我尝试使用命令执行此操作sudo apt install ./linux-headers-5.13.0-051300-generic_5.13.0-051300.202106272333_amd64.deb,则会收到以下错误消息:
The following packages have unmet dependencies:
linux-headers-5.13.0-051300-generic : Depends: libc6 (>= 2.33) but 2.31-0ubuntu9.3 is to be installed
E: Unable to correct problems, you have held broken packages.
Run Code Online (Sandbox Code Playgroud)
然后我尝试libc6_2.33-0ubuntu5_amd64.deb使用相同的命令进行安装,但得到以下信息:
...
The following packages will be upgraded:
libc6
WARNING: The following essential packages will be removed.
This should NOT be done unless you know exactly what you are doing!
libc-bin
1 upgraded, 0 …Run Code Online (Sandbox Code Playgroud)