How to Install and Uninstall rust-bitreader+std-devel.noarch Package on Fedora 36

Last updated: November 27,2024

1. Install "rust-bitreader+std-devel.noarch" package

This is a short guide on how to install rust-bitreader+std-devel.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install rust-bitreader+std-devel.noarch

2. Uninstall "rust-bitreader+std-devel.noarch" package

This is a short guide on how to uninstall rust-bitreader+std-devel.noarch on Fedora 36:

$ sudo dnf remove rust-bitreader+std-devel.noarch $ sudo dnf autoremove

3. Information about the rust-bitreader+std-devel.noarch package on Fedora 36

Last metadata expiration check: 3:56:31 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : rust-bitreader+std-devel
Version : 0.3.5
Release : 1.fc36
Architecture : noarch
Size : 7.6 k
Source : rust-bitreader-0.3.5-1.fc36.src.rpm
Repository : fedora
Summary : BitReader helps reading individual bits from a slice of bytes
URL : https://crates.io/crates/bitreader
License : MIT or ASL 2.0
Description : BitReader helps reading individual bits from a slice of bytes.
: You can read "unusual" numbers of bits from the byte slice, for example 13 bits
: at once. The reader internally keeps track of position within the buffer.
:
: This package contains library source intended for building other packages which
: use the "std" feature of the "bitreader" crate.