How to Install and Uninstall rust-either-devel.noarch Package on Fedora 34

Last updated: September 20,2024

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

Please follow the guidelines below to install rust-either-devel.noarch on Fedora 34

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

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

Here is a brief guide to show you how to uninstall rust-either-devel.noarch on Fedora 34:

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

3. Information about the rust-either-devel.noarch package on Fedora 34

Last metadata expiration check: 4:42:28 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : rust-either-devel
Version : 1.6.1
Release : 2.fc34
Architecture : noarch
Size : 23 k
Source : rust-either-1.6.1-2.fc34.src.rpm
Repository : fedora
Summary : Enum `Either` is a general purpose sum type with two cases
URL : https://crates.io/crates/either
License : MIT or ASL 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 "either" crate.