我需要在我的 Ubuntu 20.04.3 LTS 服务器上安装更新的许可证服务器。许可证服务器需要 lsb 包,但无法安装并显示错误:(我使用 apt install lsb...)
lsb: Depends: lsb-core [...] lsb-printing ... but it is not going to be installed.
When I follow the shown packages (lsb-core and lsb-printing are the first of a longer list) I come to that point:
libc6-dev: Depends: libc6 (= 2.31-0ubuntu9.2) but 2.310ubuntu9.3 is to be installed
我已经在那里卡了 6 周了。对我来说,这似乎是 libc6-dev 包中存在错误的依赖关系,我不知道如何解决。我甚至尝试下载所需的包并尝试 dpkg -i ... 但出现相同的错误。我现在能做什么?提前谢谢!
延斯……