Facebook Twitter Instagram
    TecAdmin
    • Home
    • FeedBack
    • Submit Article
    • About Us
    Facebook Twitter Instagram
    TecAdmin
    You are at:Home»GIT»How to Install Git on Ubuntu 18.04 & 16.04 LTS

    How to Install Git on Ubuntu 18.04 & 16.04 LTS

    By RahulNovember 7, 20201 Min Read

    Git version 2.29 is available under git official PPA. It is a free and open-source distributed version control system . Git 2.29 comes with a large number of updates versus the previous release. It is designed to handle small to very large projects with speed and efficiency. To know more about Git 2.29 read release notes.

    Advertisement
    • Install Git on CentOS, Red Hat and Fedora

    This article will help you to install the recent version of Git core software on your Ubuntu 18.04 LTS, 16.04 LTS, 14.04 LTS using Apt-get

    Git Installation on Ubuntu

    Git Core PPA repository is maintain by team on launchpad. Execute the following commands one by one in a sequence to add PPA in our system and install the latest git version.

    sudo add-apt-repository ppa:git-core/ppa
    sudo apt-get update
    sudo apt-get install git
    

    Check Git Version

    To check the current version installed of Git use the following command.

    git --version
    
    git version 2.29.0
    

    Git Tutorial

    We have started tutorials about working with Git. Click the below image to access the tutorials.

    Git tutorial

    git git client git-scm
    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email WhatsApp

    Related Posts

    Git Change Remote URL: How to

    Git Change Remote URL in Local Repository

    Git Change Remote URL to SSH (from HTTPS)

    How to Create Branch in Git Repository

    View 4 Comments

    4 Comments

    1. noone on March 15, 2019 2:57 am

      Worked, Thanks.

      Reply
    2. pato kalosh on August 4, 2016 2:40 pm

      wow it worked well

      Reply
    3. Kate on July 1, 2016 9:06 pm

      Hi, I am really new to Ubuntu and not very code literate. I have tried several ways of installing git on my Ubunto Studio OS, as I need it to run Stopmotion.

      I went through the first two stages on here perfectly fine, but running the “sudo apt-get install git” simply ends with unmet dependencies (java6-sdk, liberror-perl, and git-man x2), it suggests I correct with “apt-get -f install” which I do, and it encounters errors.

      Can you suggest a way to correct this and install git?

      Thanks, Kate

      Reply
    4. goutam sachdeva on May 30, 2016 3:33 pm

      Thanks buddy.
      Was searching for this from few days but didn’t get usefull answer
      Thanks again once.

      Reply

    Leave A Reply Cancel Reply

    Advertisement
    Recent Posts
    • 20 Basic Linux Commands for the Beginners (Recommended)
    • tail Command in Linux with Examples
    • What is a Orphan Process in Unix/Linux
    • How To Display Warning Message to Unauthorized SSH Access
    • How to Set a Custom SSH Login Banner and MOTD
    Facebook Twitter Instagram Pinterest
    © 2023 Tecadmin.net. All Rights Reserved | Terms  | Privacy Policy

    Type above and press Enter to search. Press Esc to cancel.