How To Install rust-event-listener-devel on Fedora 36

In this tutorial we learn how to install rust-event-listener-devel in Fedora 36. rust-event-listener-devel is Notify async tasks or threads

Introduction

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

What is rust-event-listener-devel

Notify async tasks or threads. This package contains library source intended for building other packages which use the “event-listener” crate.

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

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

sudo dnf -y install rust-event-listener-devel

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

sudo yum -y install rust-event-listener-devel

How To Uninstall rust-event-listener-devel on Fedora 36

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

sudo dnf remove rust-event-listener-devel

rust-event-listener-devel Package Contents on Fedora 36

/usr/share/cargo/registry/event-listener-2.5.2
/usr/share/cargo/registry/event-listener-2.5.2/.cargo-checksum.json
/usr/share/cargo/registry/event-listener-2.5.2/CHANGELOG.md
/usr/share/cargo/registry/event-listener-2.5.2/Cargo.toml
/usr/share/cargo/registry/event-listener-2.5.2/LICENSE-APACHE
/usr/share/cargo/registry/event-listener-2.5.2/LICENSE-MIT
/usr/share/cargo/registry/event-listener-2.5.2/README.md
/usr/share/cargo/registry/event-listener-2.5.2/examples
/usr/share/cargo/registry/event-listener-2.5.2/examples/mutex.rs
/usr/share/cargo/registry/event-listener-2.5.2/src
/usr/share/cargo/registry/event-listener-2.5.2/src/lib.rs
/usr/share/cargo/registry/event-listener-2.5.2/tests
/usr/share/cargo/registry/event-listener-2.5.2/tests/notify.rs
/usr/share/doc/rust-event-listener-devel
/usr/share/doc/rust-event-listener-devel/CHANGELOG.md
/usr/share/doc/rust-event-listener-devel/README.md
/usr/share/licenses/rust-event-listener-devel
/usr/share/licenses/rust-event-listener-devel/LICENSE-APACHE
/usr/share/licenses/rust-event-listener-devel/LICENSE-MIT

References

Summary

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