How To Install rust-enum-repr-devel on Fedora 36

In this tutorial we learn how to install rust-enum-repr-devel in Fedora 36. rust-enum-repr-devel is Derive enum repr conversions compatible with type aliases

Introduction

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

What is rust-enum-repr-devel

Derive enum repr conversions compatible with type aliases. This package contains library source intended for building other packages which use “enum-repr” crate.

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

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

sudo dnf -y install rust-enum-repr-devel

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

sudo yum -y install rust-enum-repr-devel

How To Uninstall rust-enum-repr-devel on Fedora 36

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

sudo dnf remove rust-enum-repr-devel

rust-enum-repr-devel Package Contents on Fedora 36

/usr/share/cargo/registry/enum-repr-0.2.6
/usr/share/cargo/registry/enum-repr-0.2.6/.cargo-checksum.json
/usr/share/cargo/registry/enum-repr-0.2.6/Cargo.toml
/usr/share/cargo/registry/enum-repr-0.2.6/LICENSE-APACHE
/usr/share/cargo/registry/enum-repr-0.2.6/LICENSE-MIT
/usr/share/cargo/registry/enum-repr-0.2.6/README.md
/usr/share/cargo/registry/enum-repr-0.2.6/src
/usr/share/cargo/registry/enum-repr-0.2.6/src/lib.rs
/usr/share/cargo/registry/enum-repr-0.2.6/test
/usr/share/cargo/registry/enum-repr-0.2.6/test/Makefile
/usr/share/doc/rust-enum-repr-devel
/usr/share/doc/rust-enum-repr-devel/README.md
/usr/share/licenses/rust-enum-repr-devel
/usr/share/licenses/rust-enum-repr-devel/LICENSE-APACHE
/usr/share/licenses/rust-enum-repr-devel/LICENSE-MIT

References

Summary

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