How to Install and Uninstall rust-either+default-devel.noarch Package on CentOS Stream 9

Last updated: November 11,2024

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

Please follow the instructions below to install rust-either+default-devel.noarch on CentOS Stream 9

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

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

This is a short guide on how to uninstall rust-either+default-devel.noarch on CentOS Stream 9:

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

3. Information about the rust-either+default-devel.noarch package on CentOS Stream 9

Last metadata expiration check: 1:30:13 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : rust-either+default-devel
Version : 1.10.0
Release : 1.el9
Architecture : noarch
Size : 7.6 k
Source : rust-either-1.10.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 "default" feature of the "either" crate.