Category Archives: Operating Systems

Operating Systems general commands and issue fixes cover in Linux , Windows, Solaris, Unix , HP-UX etc.

Steps to install Git on Ubuntu

How to install Git on Ubuntu Linux

  1. Refresh the packages of Ubuntu
   sudo apt update

2. Install git is simple process just fire the following command:

   sudo apt install git

3. Verify the installation of Git

   git --version