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

Last updated: October 06,2024

1. Install "libgit2.x86_64" package

This tutorial shows how to install libgit2.x86_64 on Oracle Linux 8

$ sudo dnf update $ sudo dnf install libgit2.x86_64

2. Uninstall "libgit2.x86_64" package

This tutorial shows how to uninstall libgit2.x86_64 on Oracle Linux 8:

$ sudo dnf remove libgit2.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 1:25:53 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : libgit2
Version : 0.26.8
Release : 2.el8
Architecture : x86_64
Size : 454 k
Source : libgit2-0.26.8-2.el8.src.rpm
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.