问题描述
我在 ubuntu 18 中遇到包依赖问题。 在ubuntu 18中使用apache和passenger在rails上部署ruby后,我尝试使用curl进行测试
curl localhost
它说
Command 'curl' not found,but can be installed with:
sudo apt install curl
所以我尝试了
sudo apt-get install curl
然后它说
The following packages have unmet dependencies:
curl : Depends: libcurl4 (= 7.58.0-2ubuntu3.12) but it is not going to be installed
E: Unable to correct problems,you have held broken packages.
我安装了 libcurl4,然后成功安装了 curl。 在那位乘客摔倒之后,网站就瘫痪了。
如何避免此类问题? ubuntu 18中curl和passenger有包依赖冲突吗?
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)