ubuntu apt-get install 时报错:Depends: ***(=某版本)but***(另一版本)is to be installed

比如:

The following packages have unmet dependencies:
 libx11-dev : Depends: libx11-6 (= 2:1.6.7-1+deb10u2) but 2:1.6.7-1+deb10u1 is to be installed

这时候直接指定版本号然后安装,

apt-get install libx11-6=2:1.6.7-1+deb10u2

 下面的方法是网上搜到的:先这个***给purge后再重新装就好了。

apt-get purge libcurl4
apt-get install curl

GitHub 加速计划 / de / Dependencies
26
1
下载
A rewrite of the old legacy software "depends.exe" in C# for Windows devs to troubleshoot dll load dependencies issues.
最近提交(Master分支:4 个月前 )
1997a400 - 3 年前
2f423539 - 3 年前
Logo

旨在为数千万中国开发者提供一个无缝且高效的云端环境,以支持学习、使用和贡献开源项目。

更多推荐