How to Install and Uninstall rust-bincode+default-devel.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 06,2024

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

Please follow the guidelines below to install rust-bincode+default-devel.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

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

Please follow the instructions below to uninstall rust-bincode+default-devel.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the rust-bincode+default-devel.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:48:12 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : rust-bincode+default-devel
Version : 1.3.3
Release : 6.el9
Architecture : noarch
Size : 8.1 k
Source : rust-bincode-1.3.3-6.el9.src.rpm
Repository : epel
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 "the default" feature of the "bincode" crate.