How To Install rust-ahash-devel on Fedora 36

In this tutorial we learn how to install rust-ahash-devel in Fedora 36. rust-ahash-devel is Non-cryptographic hash function using AES-NI for high performance

Introduction

In this tutorial we learn how to install rust-ahash-devel on Fedora 36.

What is rust-ahash-devel

Non-cryptographic hash function using AES-NI for high performance. This package contains library source intended for building other packages which use “ahash” crate.

We can use yum or dnf to install rust-ahash-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install rust-ahash-devel.

Install rust-ahash-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-ahash-devel using dnf by running the following command:

sudo dnf -y install rust-ahash-devel

Install rust-ahash-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-ahash-devel using yum by running the following command:

sudo yum -y install rust-ahash-devel

How To Uninstall rust-ahash-devel on Fedora 36

To uninstall only the rust-ahash-devel package we can use the following command:

sudo dnf remove rust-ahash-devel

rust-ahash-devel Package Contents on Fedora 36

/usr/share/cargo/registry/ahash-0.7.6
/usr/share/cargo/registry/ahash-0.7.6/.cargo-checksum.json
/usr/share/cargo/registry/ahash-0.7.6/Cargo.toml
/usr/share/cargo/registry/ahash-0.7.6/FAQ.md
/usr/share/cargo/registry/ahash-0.7.6/LICENSE-APACHE
/usr/share/cargo/registry/ahash-0.7.6/LICENSE-MIT
/usr/share/cargo/registry/ahash-0.7.6/README.md
/usr/share/cargo/registry/ahash-0.7.6/build.rs
/usr/share/cargo/registry/ahash-0.7.6/rustfmt.toml
/usr/share/cargo/registry/ahash-0.7.6/src
/usr/share/cargo/registry/ahash-0.7.6/src/aes_hash.rs
/usr/share/cargo/registry/ahash-0.7.6/src/convert.rs
/usr/share/cargo/registry/ahash-0.7.6/src/fallback_hash.rs
/usr/share/cargo/registry/ahash-0.7.6/src/hash_map.rs
/usr/share/cargo/registry/ahash-0.7.6/src/hash_quality_test.rs
/usr/share/cargo/registry/ahash-0.7.6/src/hash_set.rs
/usr/share/cargo/registry/ahash-0.7.6/src/lib.rs
/usr/share/cargo/registry/ahash-0.7.6/src/operations.rs
/usr/share/cargo/registry/ahash-0.7.6/src/random_state.rs
/usr/share/cargo/registry/ahash-0.7.6/src/specialize.rs
/usr/share/cargo/registry/ahash-0.7.6/tests
/usr/share/cargo/registry/ahash-0.7.6/tests/bench.rs
/usr/share/cargo/registry/ahash-0.7.6/tests/map_tests.rs
/usr/share/cargo/registry/ahash-0.7.6/tests/nopanic.rs
/usr/share/doc/rust-ahash-devel
/usr/share/doc/rust-ahash-devel/README.md
/usr/share/licenses/rust-ahash-devel
/usr/share/licenses/rust-ahash-devel/LICENSE-APACHE
/usr/share/licenses/rust-ahash-devel/LICENSE-MIT

References

Summary

In this tutorial we learn how to install rust-ahash-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).