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

Last updated: October 06,2024

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

Please follow the guidance below to install rust-rustc-serialize-devel.noarch on Fedora 35

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

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

This is a short guide on how to uninstall rust-rustc-serialize-devel.noarch on Fedora 35:

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

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

Last metadata expiration check: 4:00:57 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : rust-rustc-serialize-devel
Version : 0.3.24
Release : 14.fc35
Architecture : noarch
Size : 49 k
Source : rust-rustc-serialize-0.3.24-14.fc35.src.rpm
Repository : fedora
Summary : Generic serialization/deserialization support
URL : https://crates.io/crates/rustc-serialize
License : MIT or ASL 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 package contains library source intended for building other packages
: which use "rustc-serialize" crate.