How to Install and Uninstall rust-bincode-devel.noarch Package on Fedora 34

Last updated: June 29,2024

1. Install "rust-bincode-devel.noarch" package

Here is a brief guide to show you how to install rust-bincode-devel.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install rust-bincode-devel.noarch

2. Uninstall "rust-bincode-devel.noarch" package

This is a short guide on how to uninstall rust-bincode-devel.noarch on Fedora 34:

$ sudo dnf remove rust-bincode-devel.noarch $ sudo dnf autoremove

3. Information about the rust-bincode-devel.noarch package on Fedora 34

Last metadata expiration check: 3:41:56 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : rust-bincode-devel
Version : 1.3.3
Release : 1.fc34
Architecture : noarch
Size : 35 k
Source : rust-bincode-1.3.3-1.fc34.src.rpm
Repository : updates
Summary : Binary serialization / deserialization strategy that uses Serde
URL : https://crates.io/crates/bincode
License : MIT
Description : Binary serialization / deserialization strategy that uses Serde for
: transforming structs into bytes and vice versa!.
:
: This package contains library source intended for building other packages
: which use "bincode" crate.