-2

I was trying to install Git on my Ubuntu 18.04 version with the command

sudo apt-get install git

But I was recieving the below shown error. How can I fix this one? enter image description here

The following packages have unmet dependencies:   
git : Depends: git-man (< 1:2.17.0-.) but 1:2.17.1-1ubuntu0.7 is to be installed
K7AAY
  • 17,705
Nitheesh
  • 97
  • 1

1 Answers1

1

Please run apt-get update , before running your apt-get install command .