How To Install Git on Linux

Brief notes on how to install Git on various Linux Distributions

Installing Git on CentOS 8

First, update the CentOS local package index (it might take a while):

sudo dnf update -y

Then, install git with the following command:

sudo dnf install git -y

--

--

I’m a software development enthusiast who likes trying different web technologies and adding value to his team.

Get the Medium app

A button that says 'Download on the App Store', and if clicked it will lead you to the iOS App store
A button that says 'Get it on, Google Play', and if clicked it will lead you to the Google Play store
Mert Ilis

I’m a software development enthusiast who likes trying different web technologies and adding value to his team.