How to Install and Uninstall git.x86_64 Package on Amazon Linux 2

Last updated: November 28,2024

1. Install "git.x86_64" package

Please follow the guidelines below to install git.x86_64 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install git.x86_64

2. Uninstall "git.x86_64" package

Learn how to uninstall git.x86_64 on Amazon Linux 2:

$ sudo yum remove git.x86_64 $ sudo yum autoremove

3. Information about the git.x86_64 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Installed Packages
Name : git
Arch : x86_64
Version : 2.32.0
Release : 1.amzn2.0.1
Size : 365 k
Repo : installed
From repo : amzn2-core
Summary : Fast Version Control System
URL : https://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 common set of tools which are usually using
: with small amount of dependencies. To install all git packages,
: including tools for integrating with other SCMs, install the
: git-all meta-package.