How to Install and Uninstall rust-bincode+default-devel.noarch Package on Oracle Linux 9

Last updated: October 07,2024

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

This guide let you learn how to install rust-bincode+default-devel.noarch on Oracle Linux 9

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

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

Please follow the steps below to uninstall rust-bincode+default-devel.noarch on Oracle Linux 9:

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

3. Information about the rust-bincode+default-devel.noarch package on Oracle Linux 9

Last metadata expiration check: 1:19:04 ago on Thu Feb 15 07:50:05 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.