Skip to content
geeksforgeeks
  • Tutorials
    • Python
    • Java
    • Data Structures & Algorithms
    • ML & Data Science
    • Interview Corner
    • Programming Languages
    • Web Development
    • CS Subjects
    • DevOps And Linux
    • School Learning
    • Practice Coding Problems
  • Courses
    • DSA to Development
    • Get IBM Certification
    • Newly Launched!
      • Master Django Framework
      • Become AWS Certified
    • For Working Professionals
      • Interview 101: DSA & System Design
      • Data Science Training Program
      • JAVA Backend Development (Live)
      • DevOps Engineering (LIVE)
      • Data Structures & Algorithms in Python
    • For Students
      • Placement Preparation Course
      • Data Science (Live)
      • Data Structure & Algorithm-Self Paced (C++/JAVA)
      • Master Competitive Programming (Live)
      • Full Stack Development with React & Node JS (Live)
    • Full Stack Development
    • Data Science Program
    • All Courses
  • DSA
  • Practice Problems
  • C
  • C++
  • Java
  • Python
  • JavaScript
  • Data Science
  • Machine Learning
  • Courses
  • Linux
  • DevOps
  • SQL
  • Web Development
  • System Design
  • Aptitude
  • GfG Premium
Open In App
Next Article:
How to Install Git on MobaXterm?
Next article icon

How to Install Git on MobaXterm?

Last Updated : 19 Jan, 2024
Comments
Improve
Suggest changes
Like Article
Like
Report

MobaXtern is an enhanced terminal for Windows with an X11 server, tabbed SSH client, network tools, and much more. In more simple terms, MobaXterm is a toolbox for remote computing and it provides all the important remote network tools like SSH, X11, RDP, VNC, FTP, MOSH, etc... and UNIX commands like bash, ls, cat, sed, grep, awk, rsync, etc... to Windows desktop in a single portable exe file. In this article, you will learn multiple ways to install git on MobaXterm.

What is Git?

Git is a widely used open-source distributed version control and source code management system. It effectively tracks changes to source code, enabling effortless branching, merging, and versioning.

To learn more about Git, Click here.

How to Install Git on MobaXterm?

Usually, Git comes preinstalled with MobaXterm, but in case it is not available in your system or MobaXterm, you can download it from MobaXterm's Package Manager or through MobaXterm Terminal.

Note: Make sure that you have a good Internet connection. So check your Internet speed from these Internet Speed Test Sites before performing these operation.

Method 1: Install Git on MobaXterm Using MobaXterm's Package Manager

Step 1: Open MobaXterm and Click on the Packages Icon.

Method-1_Install-Git-on-MobaXterm_1

Step 2: Click on Yes if you are using portable version of MobaXterm and if you are using Installer Version than Package Manager will launch.

Method-1_Install-Git-on-MobaXterm_2

Step 3: In the Package Manager's Search bar, search "git" and find git in list with description as "distributed version control system" and click on it.

Method-1_Install-Git-on-MobaXterm_3

Step 4: Click on Install/UpdateMethod-1_Install-Git-on-MobaXterm_4

Step 5: Now Click on Yes in Popup that will launch.

Method-1_Install-Git-on-MobaXterm_5

Step 6: It will download git and show the downloading process in Package Manager Terminal Interface. After the download process gets complete than it will exit the package manager successfully and than Click on OK.

Method-1_Install-Git-on-MobaXterm_6

Step 7: Check if the Git is installed or not, Simple type the following command in MobaXterm Terminal.

git --version

Method-1_Install-Git-on-MobaXterm_7

Congrats, You just successfully installed latest version of Git in your MobaXterm.

Method 2: Install Git on MobaXterm Using MobaXterm Terminal

Step 1: Open MobaXterm and click on "+" icon under menu bar or click on "Start local terminal button"

Method-2_Install-Git-on-MobaXterm_1

Step 2: Type the following command and press ENTER

apt install git

Step 3: Now, Type "y" and press ENTER

Method-2_Install-Git-on-MobaXterm_2

Step 4: It will download or update Git in your MobaXterm. After the process ends just check if Git is installed or not by typing following command

git --version

Method-2_Install-Git-on-MobaXterm_3

Congrats, You just successfully installed Git in MobaXterm.

Conclusion

Installing Git on MobaXterm is straightforward, with both Package Manager and terminal options available. Choose the method that best fits your preference and enjoy version control within your favorite Windows terminal.

Also Read

  • How to Install Git on Windows, MacOS and Linux?
  • How to Install Git in VS Code?
  • How to Install MobaXterm Portable Edition on Windows?

Next Article
How to Install Git on MobaXterm?

S

shravanngoswamii
Improve
Article Tags :
  • Installation Guide
  • Geeks Premier League 2023

Similar Reads

    How to Install Git on Termux?
    We can use Git in our Android mobiles with the help of Termux. Sometimes we need to work with Git but at that time we may need a laptop to work. So we can use Git in our Android mobiles also using the tool Termux. We can easily install this command-line tool on our mobiles. We will use Android 9 in
    2 min read
    How to Install Git on Kali Linux
    Git is an important version control system that is renowned for its reliability and cooperation capabilities. The process of installing Git on Kali Linux is straightforward and efficient, guaranteeing that it works seamlessly with your development process. We'll carefully walk you through each step
    7 min read
    How To Install Git on AWS?
    Git is a well-known distributed version control system. There are many other distributed version control systems are present, like Mercurial, Bazar, etc but among them, Git is widely used for some of its unique features. Basically Version Control systems are two types. One is Centralised & anoth
    2 min read
    How to Install git-crypt on MacOS?
    git-crypt, written by Andrew Ayer, uses a transparent method to encrypt and decrypt data in a git repository. Encryption is performed when you commit a file, and de-encryption is done when you check out the file. With git-crypt, you can freely share files, mainly private files. git-crypt beautifully
    2 min read
    How to install GIMP on Linux?
    GIMP is a free and open-source raster graphics editor used for image manipulation and image editing, free-form drawing, transcoding between different image file formats, and more specialized tasks. It is not designed to be used for drawing, though some artists and creators have used it for such. In
    2 min read
geeksforgeeks-footer-logo
Corporate & Communications Address:
A-143, 7th Floor, Sovereign Corporate Tower, Sector- 136, Noida, Uttar Pradesh (201305)
Registered Address:
K 061, Tower K, Gulshan Vivante Apartment, Sector 137, Noida, Gautam Buddh Nagar, Uttar Pradesh, 201305
GFG App on Play Store GFG App on App Store
Advertise with us
  • Company
  • About Us
  • Legal
  • Privacy Policy
  • In Media
  • Contact Us
  • Advertise with us
  • GFG Corporate Solution
  • Placement Training Program
  • Languages
  • Python
  • Java
  • C++
  • PHP
  • GoLang
  • SQL
  • R Language
  • Android Tutorial
  • Tutorials Archive
  • DSA
  • Data Structures
  • Algorithms
  • DSA for Beginners
  • Basic DSA Problems
  • DSA Roadmap
  • Top 100 DSA Interview Problems
  • DSA Roadmap by Sandeep Jain
  • All Cheat Sheets
  • Data Science & ML
  • Data Science With Python
  • Data Science For Beginner
  • Machine Learning
  • ML Maths
  • Data Visualisation
  • Pandas
  • NumPy
  • NLP
  • Deep Learning
  • Web Technologies
  • HTML
  • CSS
  • JavaScript
  • TypeScript
  • ReactJS
  • NextJS
  • Bootstrap
  • Web Design
  • Python Tutorial
  • Python Programming Examples
  • Python Projects
  • Python Tkinter
  • Python Web Scraping
  • OpenCV Tutorial
  • Python Interview Question
  • Django
  • Computer Science
  • Operating Systems
  • Computer Network
  • Database Management System
  • Software Engineering
  • Digital Logic Design
  • Engineering Maths
  • Software Development
  • Software Testing
  • DevOps
  • Git
  • Linux
  • AWS
  • Docker
  • Kubernetes
  • Azure
  • GCP
  • DevOps Roadmap
  • System Design
  • High Level Design
  • Low Level Design
  • UML Diagrams
  • Interview Guide
  • Design Patterns
  • OOAD
  • System Design Bootcamp
  • Interview Questions
  • Inteview Preparation
  • Competitive Programming
  • Top DS or Algo for CP
  • Company-Wise Recruitment Process
  • Company-Wise Preparation
  • Aptitude Preparation
  • Puzzles
  • School Subjects
  • Mathematics
  • Physics
  • Chemistry
  • Biology
  • Social Science
  • English Grammar
  • Commerce
  • World GK
  • GeeksforGeeks Videos
  • DSA
  • Python
  • Java
  • C++
  • Web Development
  • Data Science
  • CS Subjects
@GeeksforGeeks, Sanchhaya Education Private Limited, All rights reserved
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our Cookie Policy & Privacy Policy
Lightbox
Improvement
Suggest Changes
Help us improve. Share your suggestions to enhance the article. Contribute your expertise and make a difference in the GeeksforGeeks portal.
geeksforgeeks-suggest-icon
Create Improvement
Enhance the article with your expertise. Contribute to the GeeksforGeeks community and help create better learning resources for all.
geeksforgeeks-improvement-icon
Suggest Changes
min 4 words, max Words Limit:1000

Thank You!

Your suggestions are valuable to us.

What kind of Experience do you want to share?

Interview Experiences
Admission Experiences
Career Journeys
Work Experiences
Campus Experiences
Competitive Exam Experiences