How To Install rust-watchman_client-devel on Fedora 36

In this tutorial we learn how to install rust-watchman_client-devel in Fedora 36. rust-watchman_client-devel is Client for the Watchman file watching service

Introduction

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

What is rust-watchman_client-devel

Client for the Watchman file watching service. This package contains library source intended for building other packages which use “watchman_client” crate.

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

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

sudo dnf -y install rust-watchman_client-devel

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

sudo yum -y install rust-watchman_client-devel

How To Uninstall rust-watchman_client-devel on Fedora 36

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

sudo dnf remove rust-watchman_client-devel

rust-watchman_client-devel Package Contents on Fedora 36

/usr/share/cargo/registry/watchman_client-0.7.1
/usr/share/cargo/registry/watchman_client-0.7.1/.cargo-checksum.json
/usr/share/cargo/registry/watchman_client-0.7.1/Cargo.toml
/usr/share/cargo/registry/watchman_client-0.7.1/src
/usr/share/cargo/registry/watchman_client-0.7.1/src/expr.rs
/usr/share/cargo/registry/watchman_client-0.7.1/src/fields.rs
/usr/share/cargo/registry/watchman_client-0.7.1/src/lib.rs
/usr/share/cargo/registry/watchman_client-0.7.1/src/named_pipe.rs
/usr/share/cargo/registry/watchman_client-0.7.1/src/pdu.rs

References

Summary

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