How To Install rust-inventory-impl-devel on Fedora 36

In this tutorial we learn how to install rust-inventory-impl-devel in Fedora 36. rust-inventory-impl-devel is Implementation of macros for the inventory crate

Introduction

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

What is rust-inventory-impl-devel

Implementation of macros for the inventory crate. This package contains library source intended for building other packages which use “inventory-impl” crate.

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

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

sudo dnf -y install rust-inventory-impl-devel

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

sudo yum -y install rust-inventory-impl-devel

How To Uninstall rust-inventory-impl-devel on Fedora 36

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

sudo dnf remove rust-inventory-impl-devel

rust-inventory-impl-devel Package Contents on Fedora 36

/usr/share/cargo/registry/inventory-impl-0.1.11
/usr/share/cargo/registry/inventory-impl-0.1.11/.cargo-checksum.json
/usr/share/cargo/registry/inventory-impl-0.1.11/Cargo.toml
/usr/share/cargo/registry/inventory-impl-0.1.11/LICENSE-APACHE
/usr/share/cargo/registry/inventory-impl-0.1.11/LICENSE-MIT
/usr/share/cargo/registry/inventory-impl-0.1.11/src
/usr/share/cargo/registry/inventory-impl-0.1.11/src/lib.rs
/usr/share/licenses/rust-inventory-impl-devel
/usr/share/licenses/rust-inventory-impl-devel/LICENSE-APACHE
/usr/share/licenses/rust-inventory-impl-devel/LICENSE-MIT

References

Summary

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