How To Install rust-pulse-devel on Fedora 36

In this tutorial we learn how to install rust-pulse-devel in Fedora 36. rust-pulse-devel is Library for async wake signals

Introduction

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

What is rust-pulse-devel

A library for async wake signals. This package contains library source intended for building other packages which use “pulse” crate.

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

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

sudo dnf -y install rust-pulse-devel

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

sudo yum -y install rust-pulse-devel

How To Uninstall rust-pulse-devel on Fedora 36

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

sudo dnf remove rust-pulse-devel

rust-pulse-devel Package Contents on Fedora 36

/usr/share/cargo/registry/pulse-0.5.3
/usr/share/cargo/registry/pulse-0.5.3/.cargo-checksum.json
/usr/share/cargo/registry/pulse-0.5.3/Cargo.toml
/usr/share/cargo/registry/pulse-0.5.3/LICENSE
/usr/share/cargo/registry/pulse-0.5.3/Readme.md
/usr/share/cargo/registry/pulse-0.5.3/benches
/usr/share/cargo/registry/pulse-0.5.3/benches/benches.rs
/usr/share/cargo/registry/pulse-0.5.3/src
/usr/share/cargo/registry/pulse-0.5.3/src/barrier.rs
/usr/share/cargo/registry/pulse-0.5.3/src/fnbox.rs
/usr/share/cargo/registry/pulse-0.5.3/src/lib.rs
/usr/share/cargo/registry/pulse-0.5.3/src/lib.rs.bk
/usr/share/cargo/registry/pulse-0.5.3/src/select.rs
/usr/share/cargo/registry/pulse-0.5.3/tests
/usr/share/cargo/registry/pulse-0.5.3/tests/barrier.rs
/usr/share/cargo/registry/pulse-0.5.3/tests/select.rs
/usr/share/cargo/registry/pulse-0.5.3/tests/simple.rs
/usr/share/doc/rust-pulse-devel
/usr/share/doc/rust-pulse-devel/Readme.md
/usr/share/licenses/rust-pulse-devel
/usr/share/licenses/rust-pulse-devel/LICENSE

References

Summary

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