Sunday, March 27, 2022

[SOLVED] Install more recent (or latest) Git version in Debian 9

Issue

I want to install Git on Debian 9. I ran apt install git-all as it says on Git site but it installed version 2.11.0.

I thought that there was a need for packages update, but apt-get update and apt-get upgrade didn't change anything. It appears that this Git version is the latest stable for Debian 9.

I want to use a more recent Git version. What is the best I can do?


Solution

In order to run the latest Git version, I followed the instructions on Installing from Source on the official Git site.



Answered By - exch_cmmnt_memb
Answer Checked By - Marie Seifert (WPSolving Admin)