So on my Ubuntu system I have the git version 2.7.4.
However, I remember I had never installed git. Should I update the current git version on my system to the latest version?
Ubuntu: 16.04 LTS OS Type: 64-bit
So on my Ubuntu system I have the git version 2.7.4.
However, I remember I had never installed git. Should I update the current git version on my system to the latest version?
Ubuntu: 16.04 LTS OS Type: 64-bit
Short answer:
Why is git on my system?
If you’re sure you didn't install it then a program you installed needs it to work.
Should I update it?
Well if running sudo apt update
updates it, then fine else if you’re trying to update that instance only, better find which program installed it first and be sure a newer version is ok. Check that with apt-cache depends git | less
.