How To Install rust-notify-devel on Fedora 36

In this tutorial we learn how to install rust-notify-devel in Fedora 36. rust-notify-devel is Cross-platform filesystem notification library

Introduction

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

What is rust-notify-devel

Cross-platform filesystem notification library. This package contains library source intended for building other packages which use “notify” crate.

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

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

sudo dnf -y install rust-notify-devel

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

sudo yum -y install rust-notify-devel

How To Uninstall rust-notify-devel on Fedora 36

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

sudo dnf remove rust-notify-devel

rust-notify-devel Package Contents on Fedora 36

/usr/share/cargo/registry/notify-4.0.15
/usr/share/cargo/registry/notify-4.0.15/.cargo-checksum.json
/usr/share/cargo/registry/notify-4.0.15/CHANGELOG.md
/usr/share/cargo/registry/notify-4.0.15/CODE_OF_CONDUCT.md
/usr/share/cargo/registry/notify-4.0.15/Cargo.toml
/usr/share/cargo/registry/notify-4.0.15/README.md
/usr/share/cargo/registry/notify-4.0.15/clippy.toml
/usr/share/cargo/registry/notify-4.0.15/examples
/usr/share/cargo/registry/notify-4.0.15/examples/monitor_debounced.rs
/usr/share/cargo/registry/notify-4.0.15/examples/monitor_raw.rs
/usr/share/cargo/registry/notify-4.0.15/src
/usr/share/cargo/registry/notify-4.0.15/src/debounce
/usr/share/cargo/registry/notify-4.0.15/src/debounce/mod.rs
/usr/share/cargo/registry/notify-4.0.15/src/debounce/timer.rs
/usr/share/cargo/registry/notify-4.0.15/src/fsevent.rs
/usr/share/cargo/registry/notify-4.0.15/src/inotify.rs
/usr/share/cargo/registry/notify-4.0.15/src/lib.rs
/usr/share/cargo/registry/notify-4.0.15/src/null.rs
/usr/share/cargo/registry/notify-4.0.15/src/poll.rs
/usr/share/cargo/registry/notify-4.0.15/src/windows.rs
/usr/share/cargo/registry/notify-4.0.15/tests
/usr/share/cargo/registry/notify-4.0.15/tests/debounce.rs
/usr/share/cargo/registry/notify-4.0.15/tests/event_path.rs
/usr/share/cargo/registry/notify-4.0.15/tests/fsevents.rs
/usr/share/cargo/registry/notify-4.0.15/tests/notify.rs
/usr/share/cargo/registry/notify-4.0.15/tests/utils
/usr/share/cargo/registry/notify-4.0.15/tests/utils/mod.rs
/usr/share/cargo/registry/notify-4.0.15/tests/watcher.rs
/usr/share/cargo/registry/notify-4.0.15/tests/windows.rs
/usr/share/doc/rust-notify-devel
/usr/share/doc/rust-notify-devel/CHANGELOG.md
/usr/share/doc/rust-notify-devel/README.md

References

Summary

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