How To Install rust-siphasher-devel on Fedora 36

In this tutorial we learn how to install rust-siphasher-devel in Fedora 36. rust-siphasher-devel is SipHash-2-4, SipHash-1-3 and 128-bit variants in pure Rust

Introduction

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

What is rust-siphasher-devel

SipHash-2-4, SipHash-1-3 and 128-bit variants in pure Rust. This package contains library source intended for building other packages which use the “siphasher” crate.

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

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

sudo dnf -y install rust-siphasher-devel

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

sudo yum -y install rust-siphasher-devel

How To Uninstall rust-siphasher-devel on Fedora 36

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

sudo dnf remove rust-siphasher-devel

rust-siphasher-devel Package Contents on Fedora 36

/usr/share/cargo/registry/siphasher-0.3.10
/usr/share/cargo/registry/siphasher-0.3.10/.cargo-checksum.json
/usr/share/cargo/registry/siphasher-0.3.10/COPYING
/usr/share/cargo/registry/siphasher-0.3.10/Cargo.toml
/usr/share/cargo/registry/siphasher-0.3.10/README.md
/usr/share/cargo/registry/siphasher-0.3.10/src
/usr/share/cargo/registry/siphasher-0.3.10/src/lib.rs
/usr/share/cargo/registry/siphasher-0.3.10/src/sip.rs
/usr/share/cargo/registry/siphasher-0.3.10/src/sip128.rs
/usr/share/cargo/registry/siphasher-0.3.10/src/tests.rs
/usr/share/cargo/registry/siphasher-0.3.10/src/tests128.rs

References

Summary

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