How To Install rust-fuzzy-matcher-devel on Fedora 36

In this tutorial we learn how to install rust-fuzzy-matcher-devel in Fedora 36. rust-fuzzy-matcher-devel is Fuzzy Matching Library

Introduction

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

What is rust-fuzzy-matcher-devel

Fuzzy Matching Library. This package contains library source intended for building other packages which use “fuzzy-matcher” crate.

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

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

sudo dnf -y install rust-fuzzy-matcher-devel

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

sudo yum -y install rust-fuzzy-matcher-devel

How To Uninstall rust-fuzzy-matcher-devel on Fedora 36

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

sudo dnf remove rust-fuzzy-matcher-devel

rust-fuzzy-matcher-devel Package Contents on Fedora 36

/usr/share/cargo/registry/fuzzy-matcher-0.3.7
/usr/share/cargo/registry/fuzzy-matcher-0.3.7/.cargo-checksum.json
/usr/share/cargo/registry/fuzzy-matcher-0.3.7/Cargo.toml
/usr/share/cargo/registry/fuzzy-matcher-0.3.7/LICENSE
/usr/share/cargo/registry/fuzzy-matcher-0.3.7/README.md
/usr/share/cargo/registry/fuzzy-matcher-0.3.7/examples
/usr/share/cargo/registry/fuzzy-matcher-0.3.7/examples/fz.rs
/usr/share/cargo/registry/fuzzy-matcher-0.3.7/src
/usr/share/cargo/registry/fuzzy-matcher-0.3.7/src/clangd.rs
/usr/share/cargo/registry/fuzzy-matcher-0.3.7/src/lib.rs
/usr/share/cargo/registry/fuzzy-matcher-0.3.7/src/skim.rs
/usr/share/cargo/registry/fuzzy-matcher-0.3.7/src/util.rs
/usr/share/doc/rust-fuzzy-matcher-devel
/usr/share/doc/rust-fuzzy-matcher-devel/README.md
/usr/share/licenses/rust-fuzzy-matcher-devel
/usr/share/licenses/rust-fuzzy-matcher-devel/LICENSE

References

Summary

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