How to Install and Uninstall rust-rustc-serialize+default-devel.noarch Package on Fedora 36

Last updated: May 17,2024

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

Please follow the instructions below to install rust-rustc-serialize+default-devel.noarch on Fedora 36

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

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

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

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

3. Information about the rust-rustc-serialize+default-devel.noarch package on Fedora 36

Last metadata expiration check: 0:00:56 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : rust-rustc-serialize+default-devel
Version : 0.3.24
Release : 15.fc36
Architecture : noarch
Size : 7.8 k
Source : rust-rustc-serialize-0.3.24-15.fc36.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 "default" feature of "rustc-serialize" crate.