How To Install rust-ref-cast-impl-devel on Fedora 36

In this tutorial we learn how to install rust-ref-cast-impl-devel in Fedora 36. rust-ref-cast-impl-devel is Derive implementation for ref_cast

Introduction

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

What is rust-ref-cast-impl-devel

Derive implementation for ref_cast This package contains library source intended for building other packages which use “ref-cast-impl” crate.

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

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

sudo dnf -y install rust-ref-cast-impl-devel

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

sudo yum -y install rust-ref-cast-impl-devel

How To Uninstall rust-ref-cast-impl-devel on Fedora 36

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

sudo dnf remove rust-ref-cast-impl-devel

rust-ref-cast-impl-devel Package Contents on Fedora 36

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

References

Summary

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