首页 > 系统服务 > 详细

docker ubuntu下安装git遇到的问题 "liberror-perl but it is not going to be installed"

时间:2019-02-12 19:16:13      阅读:2926      评论:0      收藏:0      [点我收藏+]
Reading package lists... Done
Building dependency tree       
Reading state information... Done
You might want to run ‘apt-get -f install‘ to correct these:
The following packages have unmet dependencies:
  git : Depends: liberror-perl but it is not going to be installed
        Depends: git-man (> 1:2.7.4) but it is not going to be installed
        Depends: git-man (< 1:2.7.4-.) but it is not going to be installed
E: Unmet dependencies. Try ‘apt-get -f install‘ with no packages (or
specify a solution).

解决
执行
sudo apt install -f perl-base=5.22.1-9

再执行
sudo apt install git
https://askubuntu.com/questions/886765/cannot-install-git-on-ubuntu-16-04-lts

docker ubuntu下安装git遇到的问题 "liberror-perl but it is not going to be installed"

原文:https://www.cnblogs.com/jiangdongzi/p/10366660.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!