How to Install and Uninstall rust-either-devel.noarch Package on Oracle Linux 9

Last updated: June 29,2024

1. Install "rust-either-devel.noarch" package

In this section, we are going to explain the necessary steps to install rust-either-devel.noarch on Oracle Linux 9

$ sudo dnf update $ sudo dnf install rust-either-devel.noarch

2. Uninstall "rust-either-devel.noarch" package

Please follow the step by step instructions below to uninstall rust-either-devel.noarch on Oracle Linux 9:

$ sudo dnf remove rust-either-devel.noarch $ sudo dnf autoremove

3. Information about the rust-either-devel.noarch package on Oracle Linux 9

Last metadata expiration check: 3:15:10 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : rust-either-devel
Version : 1.9.0
Release : 1.el9
Architecture : noarch
Size : 24 k
Source : rust-either-1.9.0-1.el9.src.rpm
Repository : epel
Summary : General purpose sum type with two cases
URL : https://crates.io/crates/either
License : MIT OR Apache-2.0
Description : The enum `Either` with variants `Left` and `Right` is a general purpose
: sum type with two cases.
:
: This package contains library source intended for building other packages which
: use the "either" crate.