How to Install and Uninstall libgit2.i686 Package on CentOS 8 / RHEL 8

Last updated: April 28,2024

1. Install "libgit2.i686" package

In this section, we are going to explain the necessary steps to install libgit2.i686 on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install libgit2.i686

2. Uninstall "libgit2.i686" package

Here is a brief guide to show you how to uninstall libgit2.i686 on CentOS 8 / RHEL 8:

$ sudo dnf remove libgit2.i686 $ sudo dnf autoremove

3. Information about the libgit2.i686 package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 5:34:07 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : libgit2
Version : 0.26.8
Release : 2.el8
Architecture : i686
Size : 512 k
Source : libgit2-0.26.8-2.el8.src.rpm
Repository : 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.