How to Install and Uninstall git.x86_64 Package on Oracle Linux 8

Last updated: October 05,2024

1. Install "git.x86_64" package

Here is a brief guide to show you how to install git.x86_64 on Oracle Linux 8

$ sudo dnf update $ sudo dnf install git.x86_64

2. Uninstall "git.x86_64" package

Please follow the guidelines below to uninstall git.x86_64 on Oracle Linux 8:

$ sudo dnf remove git.x86_64 $ sudo dnf autoremove

3. Information about the git.x86_64 package on Oracle Linux 8

Last metadata expiration check: 6:54:55 ago on Mon Sep 12 02:51:38 2022.
Installed Packages
Name : git
Version : 2.31.1
Release : 2.el8
Architecture : x86_64
Size : 365 k
Source : git-2.31.1-2.el8.src.rpm
Repository : @System
From repo : ol8_appstream
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.