How to Install and Uninstall rust-rustc-serialize+default-devel.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: July 07,2024

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

Learn how to install rust-rustc-serialize+default-devel.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

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

Learn how to uninstall rust-rustc-serialize+default-devel.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the rust-rustc-serialize+default-devel.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 2:16:50 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : rust-rustc-serialize+default-devel
Version : 0.3.25
Release : 1.el9
Architecture : noarch
Size : 7.9 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 "default" feature of the "rustc-serialize" crate.