How to Install and Uninstall libgit2.x86_64 Package on Fedora 34

Last updated: September 20,2024

1. Install "libgit2.x86_64" package

This guide covers the steps necessary to install libgit2.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install libgit2.x86_64

2. Uninstall "libgit2.x86_64" package

Please follow the guidelines below to uninstall libgit2.x86_64 on Fedora 34:

$ sudo dnf remove libgit2.x86_64 $ sudo dnf autoremove

3. Information about the libgit2.x86_64 package on Fedora 34

Last metadata expiration check: 5:56:55 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : libgit2
Version : 1.1.0
Release : 4.fc34
Architecture : x86_64
Size : 470 k
Source : libgit2-1.1.0-4.fc34.src.rpm
Repository : fedora
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.