How To Install rust-inotify-devel on Fedora 36

In this tutorial we learn how to install rust-inotify-devel in Fedora 36. rust-inotify-devel is Idiomatic wrapper for inotify

Introduction

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

What is rust-inotify-devel

Idiomatic wrapper for inotify. This package contains library source intended for building other packages which use “inotify” crate.

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

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

sudo dnf -y install rust-inotify-devel

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

sudo yum -y install rust-inotify-devel

How To Uninstall rust-inotify-devel on Fedora 36

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

sudo dnf remove rust-inotify-devel

rust-inotify-devel Package Contents on Fedora 36

/usr/share/cargo/registry/inotify-0.8.3
/usr/share/cargo/registry/inotify-0.8.3/.cargo-checksum.json
/usr/share/cargo/registry/inotify-0.8.3/CHANGELOG.md
/usr/share/cargo/registry/inotify-0.8.3/CONTRIBUTING.md
/usr/share/cargo/registry/inotify-0.8.3/Cargo.toml
/usr/share/cargo/registry/inotify-0.8.3/LICENSE
/usr/share/cargo/registry/inotify-0.8.3/README.md
/usr/share/cargo/registry/inotify-0.8.3/examples
/usr/share/cargo/registry/inotify-0.8.3/examples/stream.rs
/usr/share/cargo/registry/inotify-0.8.3/examples/watch.rs
/usr/share/cargo/registry/inotify-0.8.3/src
/usr/share/cargo/registry/inotify-0.8.3/src/events.rs
/usr/share/cargo/registry/inotify-0.8.3/src/fd_guard.rs
/usr/share/cargo/registry/inotify-0.8.3/src/inotify.rs
/usr/share/cargo/registry/inotify-0.8.3/src/lib.rs
/usr/share/cargo/registry/inotify-0.8.3/src/stream.rs
/usr/share/cargo/registry/inotify-0.8.3/src/util.rs
/usr/share/cargo/registry/inotify-0.8.3/src/watches.rs
/usr/share/cargo/registry/inotify-0.8.3/tests
/usr/share/cargo/registry/inotify-0.8.3/tests/main.rs
/usr/share/doc/rust-inotify-devel
/usr/share/doc/rust-inotify-devel/CHANGELOG.md
/usr/share/doc/rust-inotify-devel/README.md
/usr/share/licenses/rust-inotify-devel
/usr/share/licenses/rust-inotify-devel/LICENSE

References

Summary

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