ASL LogoHome
ASL LogoHome
    • Linux Server
      • Adding ssh keys
      • Basics
      • Commands
      • Monitoring commands
      • Performance
      • Security
      • VIM Editor
      • Crontab
      • File Structure
      • Others
      • Virtualization
      • Software Installation
        • Git Install
        • MongoDB Install
        • Nodejs Install
        • PM2
        • Nginx
        • Lets Encrypt
        • Dot net core
        • Keep Alived
        • HA Proxy
        • Free IPA
        • Password Managers
      • Ubuntu
        • Install Ubuntu
        • Dual OS
        • Learn Ubuntu
        • Install Ubuntu Server
        • Remote Desktop Server
        • Linux Dev Desktop
    • Database
      • MongoDB Basics
      • DB Naming
      • Node MongoDB
    • JavaScript
      • Aurelia
      • Nodejs
        • Process
        • Child Process
      • JS Docs
      • TypeScript
        • TypeScript Intro
        • Setup, Commands & Config
        • Static types
        • Functions
        • Type Alias & Interface
        • Classes
        • Migrating from JS to TS
        • Generics
        • Enums
      • Deno
      • Puppeteer
      • JS API
      • Third Party libs
    • CSS
    • Version Control
      • GIT
      • CVS to GIT conversion
      • Tortoise Git
      • github
      • Git Branching Process
    • Misc
      • VS Code
      • Elastic Stack
      • DotNet
      • Document generator
      • MS Teams
      • CMS
      • PC
      • Virtual Desktop
      • Smart Home
    • Articles News
    • Survey Bookmarks
    • Project
      • IE issues
      • Modern Browsers
      • Naming Rules
      • npm
      • New Custom Component Checklist
      • Other Rules
    • Markdown
    • Documentation
    • Java
      • Java
      • Tomcat
      • Active MQ
    • Sample Document
      • Template
      • Antares Health and Safety Policy

    Git Install

    #Git installation (Docs)

    #As described in RHEL/CentOS -> build from source or downlod from ius community

    #From ius community

    Link

    // remove old git
    sudo yum remove git*
    // Add IUS CentOS 7 repo
    sudo yum -y install https://centos7.iuscommunity.org/ius-release.rpm
    // install git
    sudo yum -y install git2u-all
    //verify git
    git --version

    #Ubuntu

    sudo apt update
    sudo apt install git
    Previous
    « Virtualization
    Next
    MongoDB Install »
    • Ubuntu
    Copyright © 2021 Antares Systems Ltd. All rights reserved.