How to Install and Uninstall rust-git2+unstable-devel.noarch Package on Oracle Linux 9

Last updated: July 05,2024

1. Install "rust-git2+unstable-devel.noarch" package

Please follow the instructions below to install rust-git2+unstable-devel.noarch on Oracle Linux 9

$ sudo dnf update $ sudo dnf install rust-git2+unstable-devel.noarch

2. Uninstall "rust-git2+unstable-devel.noarch" package

This tutorial shows how to uninstall rust-git2+unstable-devel.noarch on Oracle Linux 9:

$ sudo dnf remove rust-git2+unstable-devel.noarch $ sudo dnf autoremove

3. Information about the rust-git2+unstable-devel.noarch package on Oracle Linux 9

Last metadata expiration check: 3:08:33 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : rust-git2+unstable-devel
Version : 0.18.1
Release : 1.el9
Architecture : noarch
Size : 8.3 k
Source : rust-git2-0.18.1-1.el9.src.rpm
Repository : epel
Summary : Bindings to libgit2 for interoperating with git repositories
URL : https://crates.io/crates/git2
License : MIT OR Apache-2.0
Description : Bindings to libgit2 for interoperating with git repositories. This
: library is both threadsafe and memory safe and allows both reading and
: writing git repositories.
:
: This package contains library source intended for building other packages which
: use the "unstable" feature of the "git2" crate.