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

Last updated: June 18,2024

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

This guide covers the steps necessary to install rust-rustc-serialize+default-devel.noarch on Fedora 34

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

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

Here is a brief guide to show you how to uninstall rust-rustc-serialize+default-devel.noarch on Fedora 34:

$ 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 34

Last metadata expiration check: 1:13:53 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : rust-rustc-serialize+default-devel
Version : 0.3.24
Release : 13.fc34
Architecture : noarch
Size : 7.8 k
Source : rust-rustc-serialize-0.3.24-13.fc34.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.