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

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

猜你喜欢

转载自www.cnblogs.com/jiangdongzi/p/10366660.html