How To Install rust-diffus-devel on Fedora 36

In this tutorial we learn how to install rust-diffus-devel in Fedora 36. rust-diffus-devel is Finds the difference between two instances of any data structure

Introduction

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

What is rust-diffus-devel

Finds the difference between two instances of any data structure. Supports collections, Strings, Maps etc. Uses LCS where applicable. Also supports derive via diffus-derive. This package contains library source intended for building other packages which use “diffus” crate.

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

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

sudo dnf -y install rust-diffus-devel

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

sudo yum -y install rust-diffus-devel

How To Uninstall rust-diffus-devel on Fedora 36

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

sudo dnf remove rust-diffus-devel

rust-diffus-devel Package Contents on Fedora 36

/usr/share/cargo/registry/diffus-0.10.0
/usr/share/cargo/registry/diffus-0.10.0/.cargo-checksum.json
/usr/share/cargo/registry/diffus-0.10.0/Cargo.toml
/usr/share/cargo/registry/diffus-0.10.0/src
/usr/share/cargo/registry/diffus-0.10.0/src/diffable_impls
/usr/share/cargo/registry/diffus-0.10.0/src/diffable_impls/borrow.rs
/usr/share/cargo/registry/diffus-0.10.0/src/diffable_impls/collection.rs
/usr/share/cargo/registry/diffus-0.10.0/src/diffable_impls/map.rs
/usr/share/cargo/registry/diffus-0.10.0/src/diffable_impls/mod.rs
/usr/share/cargo/registry/diffus-0.10.0/src/diffable_impls/option.rs
/usr/share/cargo/registry/diffus-0.10.0/src/diffable_impls/primitives.rs
/usr/share/cargo/registry/diffus-0.10.0/src/diffable_impls/set.rs
/usr/share/cargo/registry/diffus-0.10.0/src/diffable_impls/string.rs
/usr/share/cargo/registry/diffus-0.10.0/src/edit
/usr/share/cargo/registry/diffus-0.10.0/src/edit/collection.rs
/usr/share/cargo/registry/diffus-0.10.0/src/edit/enm.rs
/usr/share/cargo/registry/diffus-0.10.0/src/edit/map.rs
/usr/share/cargo/registry/diffus-0.10.0/src/edit/mod.rs
/usr/share/cargo/registry/diffus-0.10.0/src/edit/set.rs
/usr/share/cargo/registry/diffus-0.10.0/src/edit/string.rs
/usr/share/cargo/registry/diffus-0.10.0/src/lcs.rs
/usr/share/cargo/registry/diffus-0.10.0/src/lib.rs
/usr/share/cargo/registry/diffus-0.10.0/src/same.rs
/usr/share/cargo/registry/diffus-0.10.0/src/twodvec.rs

References

Summary

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