How to Install and Uninstall rust-either+default-devel.noarch Package on Fedora 36

Last updated: May 13,2024

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

Learn how to install rust-either+default-devel.noarch on Fedora 36

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

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

In this section, we are going to explain the necessary steps to uninstall rust-either+default-devel.noarch on Fedora 36:

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

3. Information about the rust-either+default-devel.noarch package on Fedora 36

Last metadata expiration check: 3:37:55 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : rust-either+default-devel
Version : 1.8.0
Release : 1.fc36
Architecture : noarch
Size : 7.8 k
Source : rust-either-1.8.0-1.fc36.src.rpm
Repository : updates
Summary : General purpose sum type with two cases
URL : https://crates.io/crates/either
License : MIT OR Apache-2.0
Description : 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.