How to Install and Uninstall libgit2_1.3.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 06,2024

1. Install "libgit2_1.3.x86_64" package

This is a short guide on how to install libgit2_1.3.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install libgit2_1.3.x86_64

2. Uninstall "libgit2_1.3.x86_64" package

This tutorial shows how to uninstall libgit2_1.3.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove libgit2_1.3.x86_64 $ sudo dnf autoremove

3. Information about the libgit2_1.3.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:22:35 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : libgit2_1.3
Version : 1.3.2
Release : 2.el9
Architecture : x86_64
Size : 497 k
Source : libgit2_1.3-1.3.2-2.el9.src.rpm
Repository : epel
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.