How to Install and Uninstall git-core.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 07,2024

1. Install "git-core.x86_64" package

This guide covers the steps necessary to install git-core.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install git-core.x86_64

2. Uninstall "git-core.x86_64" package

This is a short guide on how to uninstall git-core.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove git-core.x86_64 $ sudo dnf autoremove

3. Information about the git-core.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:10:46 ago on Mon Feb 26 07:04:30 2024.
Installed Packages
Name : git-core
Version : 2.39.3
Release : 1.el9_2
Architecture : x86_64
Size : 19 M
Source : git-2.39.3-1.el9_2.src.rpm
Repository : @System
From repo : ubi-9-appstream-rpms
Summary : Core package of git with minimal functionality
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-core rpm installs really the core tools with minimal
: dependencies. Install git package for common set of tools.
: To install all git packages, including tools for integrating with
: other SCMs, install the git-all meta-package.