How to Install and Uninstall git-core.x86_64 Package on CentOS 8 / RHEL 8

Last updated: March 29,2024

1. Install "git-core.x86_64" package

In this section, we are going to explain the necessary steps to install git-core.x86_64 on CentOS 8 / RHEL 8

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

2. Uninstall "git-core.x86_64" package

This tutorial shows how to uninstall git-core.x86_64 on CentOS 8 / RHEL 8:

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

3. Information about the git-core.x86_64 package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 3:30:02 ago on Sun May 9 13:03:46 2021.
Installed Packages
Name : git-core
Version : 2.27.0
Release : 1.el8
Architecture : x86_64
Size : 32 M
Source : git-2.27.0-1.el8.src.rpm
Repository : @System
From repo : appstream
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.