标签:需要 mic problem 技术 ubunt 遇到 版本 rect move
安装curl时候:
The following packages have unmet dependencies:
curl : Depends: libcurl4 (= 7.68.0-1ubuntu2.5) but 7.68.0-1ubuntu4 is to be installed
E: Unable to correct problems, you have held broken packages.
需要的依赖是7.68.0-1ubuntu2.5版本的libcurl4,可实际已安装的版本确是7.68.0-1ubuntu4。
sudo apt-cache madison libcurl4
可以看到存在。
sudo apt-get remove --purge libcurl4
sudo apt-get install libcurl4=7.68.0-1ubuntu2.5
sudo apt-get install curl
标签:需要 mic problem 技术 ubunt 遇到 版本 rect move
原文地址:https://www.cnblogs.com/Higgerw/p/14685758.html