How To Install rust-hound-devel on Fedora 36

In this tutorial we learn how to install rust-hound-devel in Fedora 36. rust-hound-devel is Wav encoding and decoding library

Introduction

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

What is rust-hound-devel

Wav encoding and decoding library. This package contains library source intended for building other packages which use “hound” crate.

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

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

sudo dnf -y install rust-hound-devel

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

sudo yum -y install rust-hound-devel

How To Uninstall rust-hound-devel on Fedora 36

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

sudo dnf remove rust-hound-devel

rust-hound-devel Package Contents on Fedora 36

/usr/share/cargo/registry/hound-3.4.0
/usr/share/cargo/registry/hound-3.4.0/.cargo-checksum.json
/usr/share/cargo/registry/hound-3.4.0/Cargo.toml
/usr/share/cargo/registry/hound-3.4.0/changelog.md
/usr/share/cargo/registry/hound-3.4.0/contributing.md
/usr/share/cargo/registry/hound-3.4.0/examples
/usr/share/cargo/registry/hound-3.4.0/examples/append.rs
/usr/share/cargo/registry/hound-3.4.0/examples/cpal.rs
/usr/share/cargo/registry/hound-3.4.0/examples/mean.rs
/usr/share/cargo/registry/hound-3.4.0/examples/rms.rs
/usr/share/cargo/registry/hound-3.4.0/license
/usr/share/cargo/registry/hound-3.4.0/readme.md
/usr/share/cargo/registry/hound-3.4.0/src
/usr/share/cargo/registry/hound-3.4.0/src/lib.rs
/usr/share/cargo/registry/hound-3.4.0/src/read.rs
/usr/share/cargo/registry/hound-3.4.0/src/write.rs
/usr/share/cargo/registry/hound-3.4.0/testsamples
/usr/share/cargo/registry/hound-3.4.0/testsamples/fuzz
/usr/share/cargo/registry/hound-3.4.0/testsamples/fuzz/crash-24728523ef4be15c838293b676f6853e73723bf4.wav
/usr/share/cargo/registry/hound-3.4.0/testsamples/fuzz/crash-b8447179832529c48f9c6bf17feab6337bbc78ea.wav
/usr/share/cargo/registry/hound-3.4.0/testsamples/fuzz/crash-cbd757427cea12bd8a21f86cd8cf74d98ce56bee.wav
/usr/share/cargo/registry/hound-3.4.0/testsamples/fuzz/crash-e5471f5b58397287b509db7d026e95f1724454f5.wav
/usr/share/cargo/registry/hound-3.4.0/testsamples/fuzz/crash-e879de4eb4d206c59e21f0e01def16457af80fdc.wav
/usr/share/cargo/registry/hound-3.4.0/testsamples/fuzz/oom-48ae4cd061ff8578ad3f23dc87624bd365cf5216.wav
/usr/share/cargo/registry/hound-3.4.0/testsamples/nonstandard-01.wav
/usr/share/cargo/registry/hound-3.4.0/testsamples/pcmwaveformat-16bit-44100Hz-mono-extra.wav
/usr/share/cargo/registry/hound-3.4.0/testsamples/pcmwaveformat-16bit-44100Hz-mono.wav
/usr/share/cargo/registry/hound-3.4.0/testsamples/pcmwaveformat-8bit-44100Hz-mono.wav
/usr/share/cargo/registry/hound-3.4.0/testsamples/pop.wav
/usr/share/cargo/registry/hound-3.4.0/testsamples/waveformatex-16bit-44100Hz-mono-extra.wav
/usr/share/cargo/registry/hound-3.4.0/testsamples/waveformatex-16bit-44100Hz-mono.wav
/usr/share/cargo/registry/hound-3.4.0/testsamples/waveformatex-16bit-44100Hz-stereo.wav
/usr/share/cargo/registry/hound-3.4.0/testsamples/waveformatex-8bit-11025Hz-mono.wav
/usr/share/cargo/registry/hound-3.4.0/testsamples/waveformatex-ieeefloat-44100Hz-mono.wav
/usr/share/cargo/registry/hound-3.4.0/testsamples/waveformatextensible-24bit-192kHz-mono.wav
/usr/share/cargo/registry/hound-3.4.0/testsamples/waveformatextensible-32bit-48kHz-stereo.wav
/usr/share/cargo/registry/hound-3.4.0/testsamples/waveformatextensible-ieeefloat-44100Hz-mono.wav
/usr/share/doc/rust-hound-devel
/usr/share/doc/rust-hound-devel/changelog.md
/usr/share/doc/rust-hound-devel/readme.md
/usr/share/licenses/rust-hound-devel
/usr/share/licenses/rust-hound-devel/license

References

Summary

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