How To Install rust-bytecheck-devel on Fedora 36

In this tutorial we learn how to install rust-bytecheck-devel in Fedora 36. rust-bytecheck-devel is Derive macro for bytecheck

Introduction

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

What is rust-bytecheck-devel

Derive macro for bytecheck. This package contains library source intended for building other packages which use “bytecheck” crate.

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

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

sudo dnf -y install rust-bytecheck-devel

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

sudo yum -y install rust-bytecheck-devel

How To Uninstall rust-bytecheck-devel on Fedora 36

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

sudo dnf remove rust-bytecheck-devel

rust-bytecheck-devel Package Contents on Fedora 36

/usr/share/cargo/registry/bytecheck-0.6.7
/usr/share/cargo/registry/bytecheck-0.6.7/.cargo-checksum.json
/usr/share/cargo/registry/bytecheck-0.6.7/Cargo.toml
/usr/share/cargo/registry/bytecheck-0.6.7/LICENSE
/usr/share/cargo/registry/bytecheck-0.6.7/README.md
/usr/share/cargo/registry/bytecheck-0.6.7/build.rs
/usr/share/cargo/registry/bytecheck-0.6.7/crates-io.md
/usr/share/cargo/registry/bytecheck-0.6.7/src
/usr/share/cargo/registry/bytecheck-0.6.7/src/lib.rs
/usr/share/cargo/registry/bytecheck-0.6.7/src/uuid.rs
/usr/share/doc/rust-bytecheck-devel
/usr/share/doc/rust-bytecheck-devel/README.md
/usr/share/doc/rust-bytecheck-devel/crates-io.md
/usr/share/licenses/rust-bytecheck-devel
/usr/share/licenses/rust-bytecheck-devel/LICENSE

References

Summary

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