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

Last updated: January 14,2025

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

Learn how to install rust-rustc-serialize-devel.noarch on Fedora 39

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

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

Please follow the guidelines below to uninstall rust-rustc-serialize-devel.noarch on Fedora 39:

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

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

Last metadata expiration check: 0:54:57 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : rust-rustc-serialize-devel
Version : 0.3.25
Release : 1.fc39
Architecture : noarch
Size : 49 k
Source : rust-rustc-serialize-0.3.25-1.fc39.src.rpm
Repository : updates
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.