How to Install Git in Gnu/Linux Distros

July 15, 2017 | By the+gnu+linux+evangelist.

GNU/Linux Installing Git Guide

You are Welcomes! The Tutorial shows you How to Install Git Distributed Version Control System on most diffused GNU/Linux Distributions.

And Git for Linux is a Distributed Version Control System. Most VCSs you know (like CVS, Subversion, Clearcase, Perforce, and VSS) are centralised.

A Distributed VCS allows you to make Frequent, Local, Commits to Checkpoint your Work while you’re still Perfecting the Code.

Git CVS Main Features:

  • Branching and Merging
  • Small and Fast
  • Distributed
  • Data Assurance
  • Free and Open Source
  • Free and Open Source
How to Install GitEye on Ubuntu 24.04 – Step-by-step

Linux Install Git

  1. Getting-Started with Git Basics on Linux

    Git Quick Start Guide
  2. Installing Git on Command Line Terminal:

    • Ubuntu-based OSes Git Installation

      • Kubuntu Git Install
      • Lubuntu Git Install
      • Xubuntu Git Install
      • Elementary OS Git Install
      • Zorin Git Install
      • LXLE Git Install
      • Linux Lite Git Install
      • Bodhi Linux Git Install
      • Ultimate Edition Git Install
      • Peppermint Git Install
      sudo apt-get install git
    • Linux Mint Git Installation

      sudo apt-get install git
    • Debian-based OSes Git Installation

      • Kali Git Install
      • LMDE Git Install
      • Deepin Git Install
      • Parsix Git Install
      • antiX Git Install
      • SparkyLinux Git Install
      • MakuluLinux Git Install
      • Elive Git Install
      su -c "apt-get install git"
    • Fedora Git Install

      sudo yum install git

      And from Fedora 22+:

      sudo dnf install git
    • OpenSUSE Git Install

      sudo zypper in git
    • CentOS/Oracle/Red Hat Linux Git Install

      sudo yum install git
    • Mageia/Mandriva Git Install

      sudo urpmi git
    • Arch/Manjaro/Antergos Linux Git Install

      sudo pacman -Sy git
    • Gentoo/Sabayon Git Install

      sudo emerge -–ask -–verbose dev-vcs/git

QuickChic Theme • Powered by WordPress