How To Install rust-crc32fast-devel on Fedora 36
Introduction
In this tutorial we learn how to install rust-crc32fast-devel
on Fedora 36.
What is rust-crc32fast-devel
Fast, SIMD-accelerated CRC32 (IEEE) checksum computation. This package contains library source intended for building other packages which use the “crc32fast” crate.
We can use yum
or dnf
to install rust-crc32fast-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install rust-crc32fast-devel.
Install rust-crc32fast-devel on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install rust-crc32fast-devel
using dnf
by running the following command:
sudo dnf -y install rust-crc32fast-devel
Install rust-crc32fast-devel on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install rust-crc32fast-devel
using yum
by running the following command:
sudo yum -y install rust-crc32fast-devel
How To Uninstall rust-crc32fast-devel on Fedora 36
To uninstall only the rust-crc32fast-devel
package we can use the following command:
sudo dnf remove rust-crc32fast-devel
rust-crc32fast-devel Package Contents on Fedora 36
/usr/share/cargo/registry/crc32fast-1.3.2
/usr/share/cargo/registry/crc32fast-1.3.2/.cargo-checksum.json
/usr/share/cargo/registry/crc32fast-1.3.2/Cargo.toml
/usr/share/cargo/registry/crc32fast-1.3.2/LICENSE-APACHE
/usr/share/cargo/registry/crc32fast-1.3.2/LICENSE-MIT
/usr/share/cargo/registry/crc32fast-1.3.2/README.md
/usr/share/cargo/registry/crc32fast-1.3.2/benches
/usr/share/cargo/registry/crc32fast-1.3.2/benches/bench.rs
/usr/share/cargo/registry/crc32fast-1.3.2/build.rs
/usr/share/cargo/registry/crc32fast-1.3.2/src
/usr/share/cargo/registry/crc32fast-1.3.2/src/baseline.rs
/usr/share/cargo/registry/crc32fast-1.3.2/src/combine.rs
/usr/share/cargo/registry/crc32fast-1.3.2/src/lib.rs
/usr/share/cargo/registry/crc32fast-1.3.2/src/specialized
/usr/share/cargo/registry/crc32fast-1.3.2/src/specialized/aarch64.rs
/usr/share/cargo/registry/crc32fast-1.3.2/src/specialized/mod.rs
/usr/share/cargo/registry/crc32fast-1.3.2/src/specialized/pclmulqdq.rs
/usr/share/cargo/registry/crc32fast-1.3.2/src/table.rs
/usr/share/doc/rust-crc32fast-devel
/usr/share/doc/rust-crc32fast-devel/README.md
/usr/share/licenses/rust-crc32fast-devel
/usr/share/licenses/rust-crc32fast-devel/LICENSE-APACHE
/usr/share/licenses/rust-crc32fast-devel/LICENSE-MIT
References
Summary
In this tutorial we learn how to install rust-crc32fast-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).