To install #Git on your #Ubuntu system:
- Start by updating the package index: $ sudo apt update.
- Run the following command to install Git: $ sudo apt install git.
- Verify the installation by typing the following command which will print the Git version: $ git --version.
https://ibmimedia.com/blog/157/how-to-install-git-on-ubuntu-1804