linux 我的核心安装是不工作,我尝试了一切我知道

nxowjjhe  于 5个月前  发布在  Linux
关注(0)|答案(1)|浏览(82)

整整一个小时,我一直在寻找解决方案来安装Corecloud,但我就是想不通。

sudo apt install corectrl
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 corectrl : Depends: libbotan-2-19 (>= 2.19.3+dfsg) but it is not installable
            Depends: libc6 (>= 2.38) but 2.31-13+deb11u7 is to be installed
            Depends: libstdc++6 (>= 13.1) but 10.2.1-6 is to be installed
E: Unable to correct problems, you have held broken packages.

字符串
。请帮助,谢谢。如果你需要更多的信息来帮助我可以给予更多。
我尝试使用这些,https://gitlab.com/corectrl/corectrlhttps://launchpad.net/~ernstp/+archive/ubuntu/mesarc和这些代码行sudo apt-get -f installsudo apt install aptitude sudo aptitude install corectrl我不知道为什么aptitude不工作,也许是因为我有一个可卸载的依赖sudo apt-get update这是我尝试的一切,没有不相关或现在不相关的额外内容。

jfewjypa

jfewjypa1#

无法纠正问题,您持有损坏的软件包。
如果你软件包坏了,你可以试试这个命令。
apt --fix-broken install
我看到libbotan-2-19,libc 6,libstdc++6
这些文件来与系统如果你没有删除这些文件或它越来越老你可以更新你的Linux发行版与基本命令
sudo apt-get更新
如果你需要检查你发行版中可删除列表,使用这个命令
apt list -可删除
无法工作,请尝试恢复模式来恢复软件包

相关问题