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

Last updated: May 05,2024

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

Learn how to install rust-bitreader-devel.noarch on Fedora 34

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

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

This guide let you learn how to uninstall rust-bitreader-devel.noarch on Fedora 34:

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

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

Last metadata expiration check: 3:54:00 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : rust-bitreader-devel
Version : 0.3.5
Release : 1.fc34
Architecture : noarch
Size : 20 k
Source : rust-bitreader-0.3.5-1.fc34.src.rpm
Repository : updates
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 "bitreader" crate.