How To Install rust-crypto-hash-devel on Fedora 36

In this tutorial we learn how to install rust-crypto-hash-devel in Fedora 36. rust-crypto-hash-devel is Wrapper for OS-level cryptographic hash functions

Introduction

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

What is rust-crypto-hash-devel

Wrapper for OS-level cryptographic hash functions. This package contains library source intended for building other packages which use “crypto-hash” crate.

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

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

sudo dnf -y install rust-crypto-hash-devel

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

sudo yum -y install rust-crypto-hash-devel

How To Uninstall rust-crypto-hash-devel on Fedora 36

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

sudo dnf remove rust-crypto-hash-devel

rust-crypto-hash-devel Package Contents on Fedora 36

/usr/share/cargo/registry/crypto-hash-0.3.4
/usr/share/cargo/registry/crypto-hash-0.3.4/.cargo-checksum.json
/usr/share/cargo/registry/crypto-hash-0.3.4/CONTRIBUTING.md
/usr/share/cargo/registry/crypto-hash-0.3.4/Cargo.toml
/usr/share/cargo/registry/crypto-hash-0.3.4/LICENSE
/usr/share/cargo/registry/crypto-hash-0.3.4/Makefile
/usr/share/cargo/registry/crypto-hash-0.3.4/NEWS.md
/usr/share/cargo/registry/crypto-hash-0.3.4/README.md
/usr/share/cargo/registry/crypto-hash-0.3.4/src
/usr/share/cargo/registry/crypto-hash-0.3.4/src/imp
/usr/share/cargo/registry/crypto-hash-0.3.4/src/imp/commoncrypto.rs
/usr/share/cargo/registry/crypto-hash-0.3.4/src/imp/cryptoapi.rs
/usr/share/cargo/registry/crypto-hash-0.3.4/src/imp/openssl.rs
/usr/share/cargo/registry/crypto-hash-0.3.4/src/lib.rs
/usr/share/cargo/registry/crypto-hash-0.3.4/src/test.rs
/usr/share/doc/rust-crypto-hash-devel
/usr/share/doc/rust-crypto-hash-devel/CONTRIBUTING.md
/usr/share/doc/rust-crypto-hash-devel/NEWS.md
/usr/share/doc/rust-crypto-hash-devel/README.md
/usr/share/licenses/rust-crypto-hash-devel
/usr/share/licenses/rust-crypto-hash-devel/LICENSE

References

Summary

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