Git Install Linux Install Update the system and install git sudo apt update sudo apt install git git-lfs Verify the install git --version Configure the git settings git config --global user.name "Your Name" git config --global user.email "youremail@example.com" Enjoy Git!