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

Last updated: January 11,2025

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

This is a short guide on how to install rust-either-devel.noarch on Fedora 39

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

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

This guide let you learn how to uninstall rust-either-devel.noarch on Fedora 39:

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

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

Last metadata expiration check: 1:38:11 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : rust-either-devel
Version : 1.10.0
Release : 1.fc39
Architecture : noarch
Size : 25 k
Source : rust-either-1.10.0-1.fc39.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 : 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.