How to Install and Uninstall libgit2.i686 Package on Fedora 38

Last updated: May 20,2024

1. Install "libgit2.i686" package

Learn how to install libgit2.i686 on Fedora 38

$ sudo dnf update $ sudo dnf install libgit2.i686

2. Uninstall "libgit2.i686" package

This guide covers the steps necessary to uninstall libgit2.i686 on Fedora 38:

$ sudo dnf remove libgit2.i686 $ sudo dnf autoremove

3. Information about the libgit2.i686 package on Fedora 38

Last metadata expiration check: 4:14:08 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : libgit2
Version : 1.6.5
Release : 1.fc38
Architecture : i686
Size : 571 k
Source : libgit2-1.6.5-1.fc38.src.rpm
Repository : updates
Summary : C implementation of the Git core methods as a library with a solid API
URL : https://libgit2.org/
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.