How to Install Git on Ubuntu Linux


Installing Git on Ubuntu Linux

In order to install Git on Ubuntu Linux, you can make use of apt-get command,

 # sudo apt-get install git 

Reading package lists... Done
...
The following NEW packages will be installed:
  git git-man less libcbor0.6 libcurl3-gnutls liberror-perl libfido2-1
  libxext6 libxmuu1 openssh-client patch xauth
...
After this operation, 43.3 MB of additional disk space will be used.
Do you want to continue? [Y/n] 


# git --version
git version 2.25.1
Copyright © Code2care 2024 | Privacy Policy | About Us | Contact Us | Sitemap