How to Install and Uninstall rust-rustc-serialize+default-devel.noarch Package on Oracle Linux 9

Last updated: September 25,2024

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

Please follow the guidelines below to install rust-rustc-serialize+default-devel.noarch on Oracle Linux 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 Oracle Linux 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 Oracle Linux 9

Last metadata expiration check: 0:43:49 ago on Thu Feb 15 07:50:05 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.