How to Install and Uninstall libgit2.src Package on Oracle Linux 8
Last updated: November 29,2024
1. Install "libgit2.src" package
Please follow the steps below to install libgit2.src on Oracle Linux 8
$
sudo dnf update
Copied
$
sudo dnf install
libgit2.src
Copied
2. Uninstall "libgit2.src" package
Please follow the guidance below to uninstall libgit2.src on Oracle Linux 8:
$
sudo dnf remove
libgit2.src
Copied
$
sudo dnf autoremove
Copied
3. Information about the libgit2.src package on Oracle Linux 8
Last metadata expiration check: 4:11:30 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : libgit2
Version : 0.26.8
Release : 2.el8
Architecture : src
Size : 4.5 M
Source : None
Repository : ol8_appstream
Summary : C implementation of the Git core methods as a library with a solid API
URL : http://libgit2.github.com/
License : GPLv2 with exceptions
Description : libgit2 is a portable, pure C implementation of the Git core methods
: provided as a re-entrant linkable library with a solid API, allowing
: you to write native speed custom Git applications in any language
: with bindings.
Available Packages
Name : libgit2
Version : 0.26.8
Release : 2.el8
Architecture : src
Size : 4.5 M
Source : None
Repository : ol8_appstream
Summary : C implementation of the Git core methods as a library with a solid API
URL : http://libgit2.github.com/
License : GPLv2 with exceptions
Description : libgit2 is a portable, pure C implementation of the Git core methods
: provided as a re-entrant linkable library with a solid API, allowing
: you to write native speed custom Git applications in any language
: with bindings.