• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
sharadchhetri

sharadchhetri

Tutorials On Linux, Unix & Open Source

  • Home
  • Linux Commands
  • Resources
    • Learn Linux
  • My WordPress plugins

Install and upgrade to latest Git version on Ubuntu/Debian/Linux Mint

March 26, 2014 by Sharad Chhetri Leave a Comment

In this tutorial we will learn,how to install and upgrade to latest Git version on Debian based Operating System.At the time of writing this post,git version 1.9.1 has been released on 2014-03-18. The information of new Git version release can be obtained from git-scm.com

The practical has been tested successfully in Ubuntu,Debian and Linux Mint.

Git is a free and open source distributed version control system.In modern time,it is one the most popular version system widely used in small to big sized companies.Git has come up with alternate choice over SVN.

The below given steps are applicable for both install and upgrade to latest git version

In this method we will add git ppa link https://launchpad.net/~git-core/

Step 1: Run the below given command to add git ppa

sudo add-apt-repository ppa:git-core/ppa

Step 2: Run apt-get update command

sudo apt-get update

Step 3 .Now install or upgrade to latest available git version

sudo apt-get install git

Step 4: After installation you can check the git version by using below given command

git --version

Below given is the reference from my system

linux@tuxworld:~/Desktop$ git --version
git version 1.9.1
linux@tuxworld:~/Desktop$

Share this:

  • Twitter
  • Facebook
  • More
  • Print
  • Email
  • LinkedIn
  • Reddit
  • Tumblr
  • Pinterest
  • Pocket
  • Telegram
  • WhatsApp
  • Mastodon

Related posts:

  1. How to upgrade Linux Mint 15 to Linux Mint 16
  2. Easy steps to install latest google chrome in Linux Mint 15
  3. How To Always Install Latest Git Package In Ubuntu Operating System
  4. How to set root password on Ubuntu / Debian / Linux Mint
  5. How to find CentOS Linux release version on CentOS 7 series
  6. How to install Varnish 4 version on CentOS 7 / RHEL 7
  7. How to install vim editor in Linux Mint
  8. Install latest Google Chrome in Ubuntu 14.04 LTS (Trusty Tahr)
  9. How to change login banner message in GUI mode in CentOS 6 or above version.
  10. Quick installation of Google Chrome in Linux Mint 15 Olivia

Filed Under: Git Server, Linux Tagged With: git

Reader Interactions

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Primary Sidebar

Our Social Media Presence

  • Facebook
  • GitHub
  • Twitter

Linux Commands

awk command to print columns from file

create a system account below uid 500 on RHEL/CentOS/Scientific Linux

How to extract RPM package on Linux system

Allow only members of Wheel group to use su command on RHEL/CentOS

Eject Command: Eject DVD-ROM Or CD-ROM In Linux

Temporarily change the shell after login

How to set motd in linux

Explore 70+ Articles On Linux Commands

Always Useful Tips And Tricks

WordPress host IP changed not able to open wp-admin and site page looks scattered

Non interactive ,without typing password do ssh to Server : By sshpass

How to find when Operating system was installed in linux CentOS and Red Hat

Run the script using nohup without hitting enter key two times

30 useful Linux terminal keyboard shortcuts

Error installing rails

set and unset line number in file with vi editor

Explore 90+ Article On "Linux Tips And Tricks"

You Might Like These Articles!

Internal External Command

What is Linux/Unix Internal And External Command

Linux basic command

Linux Basic Commands With Examples For Every Beginner

simplecodesyntax wordpress plugin

SimpleCodeSyntax : My Another WordPress Plugin

Install Nginx

How To Install Nginx On Ubuntu 22.04 LTS

Install Latest Git package in Ubuntu Operating System

How To Always Install Latest Git Package In Ubuntu Operating System

Bash script for installing VirtualBox on Ubuntu 22.04 LTS Desktop

Install VirtualBox On Ubuntu 22.04 LTS Desktop (Bash Script)

Copyright © 2023 ยท
The material in this site cannot be republished either online or offline, without our permission but Schools and Colleges can do in their Private Network
Proudly Blogging From Bharat.

  • Contact
  • About Me
  • My WordPress plugins
  • Privacy Policy