How to Install and Uninstall rust-crc-any+default-devel.noarch Package on Fedora 34

Last updated: October 06,2024

1. Install "rust-crc-any+default-devel.noarch" package

This is a short guide on how to install rust-crc-any+default-devel.noarch on Fedora 34

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

2. Uninstall "rust-crc-any+default-devel.noarch" package

This is a short guide on how to uninstall rust-crc-any+default-devel.noarch on Fedora 34:

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

3. Information about the rust-crc-any+default-devel.noarch package on Fedora 34

Last metadata expiration check: 4:19:59 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : rust-crc-any+default-devel
Version : 2.4.2
Release : 1.fc34
Architecture : noarch
Size : 8.5 k
Source : rust-crc-any-2.4.2-1.fc34.src.rpm
Repository : updates
Summary : Compute CRC values
URL : https://crates.io/crates/crc-any
License : MIT
Description : To compute CRC values by providing the length of bits, expression, reflection,
: an initial value and a final xor value. It has many built-in CRC functions.
:
: This package contains library source intended for building other packages which
: use the "default" feature of the "crc-any" crate.