How To Install rust-byte-unit3-devel on Fedora 36

In this tutorial we learn how to install rust-byte-unit3-devel in Fedora 36. rust-byte-unit3-devel is Library for interaction with units of bytes

Introduction

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

What is rust-byte-unit3-devel

Library for interaction with units of bytes. This package contains library source intended for building other packages which use “byte-unit” crate.

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

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

sudo dnf -y install rust-byte-unit3-devel

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

sudo yum -y install rust-byte-unit3-devel

How To Uninstall rust-byte-unit3-devel on Fedora 36

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

sudo dnf remove rust-byte-unit3-devel

rust-byte-unit3-devel Package Contents on Fedora 36

/usr/share/cargo/registry/byte-unit-3.1.4
/usr/share/cargo/registry/byte-unit-3.1.4/.cargo-checksum.json
/usr/share/cargo/registry/byte-unit-3.1.4/Cargo.toml
/usr/share/cargo/registry/byte-unit-3.1.4/src
/usr/share/cargo/registry/byte-unit-3.1.4/src/adjusted_byte.rs
/usr/share/cargo/registry/byte-unit-3.1.4/src/byte.rs
/usr/share/cargo/registry/byte-unit-3.1.4/src/byte_error.rs
/usr/share/cargo/registry/byte-unit-3.1.4/src/byte_unit.rs
/usr/share/cargo/registry/byte-unit-3.1.4/src/lib.rs
/usr/share/cargo/registry/byte-unit-3.1.4/src/macros.rs
/usr/share/cargo/registry/byte-unit-3.1.4/src/u128
/usr/share/cargo/registry/byte-unit-3.1.4/src/u128/constants.rs
/usr/share/cargo/registry/byte-unit-3.1.4/src/u128/mod.rs
/usr/share/cargo/registry/byte-unit-3.1.4/src/u64
/usr/share/cargo/registry/byte-unit-3.1.4/src/u64/constants.rs
/usr/share/cargo/registry/byte-unit-3.1.4/src/u64/mod.rs

References

Summary

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