How to Install and Uninstall git.x86_64 Package on CentOS 7 / RHEL 7

Last updated: May 01,2024

1. Install "git.x86_64" package

Please follow the steps below to install git.x86_64 on CentOS 7 / RHEL 7

$ sudo yum makecache $ sudo yum install git.x86_64

2. Uninstall "git.x86_64" package

Please follow the instructions below to uninstall git.x86_64 on CentOS 7 / RHEL 7:

$ sudo yum remove git.x86_64 $ sudo yum autoremove

3. Information about the git.x86_64 package on CentOS 7 / RHEL 7

Installed Packages
Name : git
Arch : x86_64
Version : 1.8.3.1
Release : 23.el7_8
Size : 22 M
Repo : installed
From repo : base
Summary : Fast Version Control System
URL : http://git-scm.com/
License : GPLv2
Description : Git is a fast, scalable, distributed revision control system with
: an unusually rich command set that provides both high-level
: operations and full access to internals.
:
: The git rpm installs the core tools with minimal dependencies. To
: install all git packages, including tools for integrating with
: other SCMs, install the git-all meta-package.