How to Install and Uninstall rust-either+serde-devel.noarch Package on Rocky Linux 9

Last updated: May 20,2024

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

Learn how to install rust-either+serde-devel.noarch on Rocky Linux 9

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

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

This is a short guide on how to uninstall rust-either+serde-devel.noarch on Rocky Linux 9:

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

3. Information about the rust-either+serde-devel.noarch package on Rocky Linux 9

Last metadata expiration check: 1:00:52 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : rust-either+serde-devel
Version : 1.9.0
Release : 1.el9
Architecture : noarch
Size : 7.8 k
Source : rust-either-1.9.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 "serde" feature of the "either" crate.