Installing Git on Ubuntu
A few libraries need to be installed prior to the installation of Git:
sudo apt-get install libcurl4-gnutls-dev libexpat1-dev gettext libz-dev libssl-dev
Next, the following command will install Git:
apt-get install git
Do a git clone to check whether the installation is successful:
git clone urlE.g: git clone git://git.kernel.org/pub/scm/git/git.git
(Note: Opinions expressed in this article and its replies are the opinions of their respective authors and not those of DZone, Inc.)





