How to Install and Uninstall git.src Package on Oracle Linux 9

Last updated: September 29,2024

1. Install "git.src" package

Here is a brief guide to show you how to install git.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install git.src

2. Uninstall "git.src" package

Please follow the instructions below to uninstall git.src on Oracle Linux 9:

$ sudo dnf remove git.src $ sudo dnf autoremove

3. Information about the git.src package on Oracle Linux 9

Last metadata expiration check: 3:05:28 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : git
Version : 2.39.3
Release : 1.el9_2
Architecture : src
Size : 6.9 M
Source : None
Repository : ol9_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.