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

Last updated: September 20,2024

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

Please follow the guidance below to install rust-either+default-devel.noarch on Fedora 34

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

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

Please follow the steps below to uninstall rust-either+default-devel.noarch on Fedora 34:

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

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

Last metadata expiration check: 3:38:36 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : rust-either+default-devel
Version : 1.6.1
Release : 2.fc34
Architecture : noarch
Size : 8.3 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 "default" feature of "either" crate.