How to Install and Uninstall git-core.x86_64 Package on Oracle Linux 8
Last updated: November 24,2024
1. Install "git-core.x86_64" package
Please follow the guidance below to install git-core.x86_64 on Oracle Linux 8
$
sudo dnf update
Copied
$
sudo dnf install
git-core.x86_64
Copied
2. Uninstall "git-core.x86_64" package
Please follow the steps below to uninstall git-core.x86_64 on Oracle Linux 8:
$
sudo dnf remove
git-core.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the git-core.x86_64 package on Oracle Linux 8
Last metadata expiration check: 2:58:59 ago on Mon Sep 12 02:51:38 2022.
Installed Packages
Name : git-core
Version : 2.31.1
Release : 2.el8
Architecture : x86_64
Size : 25 M
Source : git-2.31.1-2.el8.src.rpm
Repository : @System
From repo : ol8_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.
Installed Packages
Name : git-core
Version : 2.31.1
Release : 2.el8
Architecture : x86_64
Size : 25 M
Source : git-2.31.1-2.el8.src.rpm
Repository : @System
From repo : ol8_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.