How to Install and Uninstall rust-rustc-serialize-devel.noarch Package on CentOS Stream 9

Last updated: June 21,2024

1. Install "rust-rustc-serialize-devel.noarch" package

Please follow the guidance below to install rust-rustc-serialize-devel.noarch on CentOS Stream 9

$ sudo dnf update $ sudo dnf install rust-rustc-serialize-devel.noarch

2. Uninstall "rust-rustc-serialize-devel.noarch" package

This tutorial shows how to uninstall rust-rustc-serialize-devel.noarch on CentOS Stream 9:

$ sudo dnf remove rust-rustc-serialize-devel.noarch $ sudo dnf autoremove

3. Information about the rust-rustc-serialize-devel.noarch package on CentOS Stream 9

Last metadata expiration check: 2:52:01 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : rust-rustc-serialize-devel
Version : 0.3.25
Release : 1.el9
Architecture : noarch
Size : 49 k
Source : rust-rustc-serialize-0.3.25-1.el9.src.rpm
Repository : epel
Summary : Generic serialization/deserialization support
URL : https://crates.io/crates/rustc-serialize
License : MIT OR Apache-2.0
Description : Generic serialization/deserialization support corresponding to the
: `derive(RustcEncodable, RustcDecodable)` mode in the compiler. Also
: includes support for hex, base64, and json encoding and decoding. This
: crate is deprecated in favor of serde.
:
: This package contains library source intended for building other packages which
: use the "rustc-serialize" crate.