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

Last updated: October 06,2024

1. Install "git.src" package

Please follow the instructions below to install git.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install git.src

2. Uninstall "git.src" package

Please follow the guidance below to uninstall git.src on Oracle Linux 8:

$ sudo dnf remove git.src $ sudo dnf autoremove

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

Last metadata expiration check: 4:37:57 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : git
Version : 2.31.1
Release : 2.el8
Architecture : src
Size : 6.2 M
Source : None
Repository : 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.