How To Install rust-az-devel on Fedora 36

In this tutorial we learn how to install rust-az-devel in Fedora 36. rust-az-devel is Casts and checked casts

Introduction

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

What is rust-az-devel

Casts and checked casts. This package contains library source intended for building other packages which use “az” crate.

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

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

sudo dnf -y install rust-az-devel

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

sudo yum -y install rust-az-devel

How To Uninstall rust-az-devel on Fedora 36

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

sudo dnf remove rust-az-devel

rust-az-devel Package Contents on Fedora 36

/usr/share/cargo/registry/az-1.2.0
/usr/share/cargo/registry/az-1.2.0/.cargo-checksum.json
/usr/share/cargo/registry/az-1.2.0/Cargo.toml
/usr/share/cargo/registry/az-1.2.0/LICENSE-APACHE
/usr/share/cargo/registry/az-1.2.0/LICENSE-MIT
/usr/share/cargo/registry/az-1.2.0/README.md
/usr/share/cargo/registry/az-1.2.0/RELEASES.md
/usr/share/cargo/registry/az-1.2.0/build.rs
/usr/share/cargo/registry/az-1.2.0/etc
/usr/share/cargo/registry/az-1.2.0/etc/appveyor.yml
/usr/share/cargo/registry/az-1.2.0/etc/gen-doc-index.sh
/usr/share/cargo/registry/az-1.2.0/etc/gitlab-ci.yml
/usr/share/cargo/registry/az-1.2.0/etc/index-contents.html
/usr/share/cargo/registry/az-1.2.0/src
/usr/share/cargo/registry/az-1.2.0/src/float.rs
/usr/share/cargo/registry/az-1.2.0/src/int.rs
/usr/share/cargo/registry/az-1.2.0/src/lib.rs
/usr/share/cargo/registry/az-1.2.0/src/tests
/usr/share/cargo/registry/az-1.2.0/src/tests/float_to_int.rs
/usr/share/cargo/registry/az-1.2.0/src/tests/int_to_int.rs
/usr/share/cargo/registry/az-1.2.0/src/tests/mod.rs
/usr/share/cargo/registry/az-1.2.0/src/tests/to_float.rs
/usr/share/doc/rust-az-devel
/usr/share/doc/rust-az-devel/README.md
/usr/share/doc/rust-az-devel/RELEASES.md
/usr/share/licenses/rust-az-devel
/usr/share/licenses/rust-az-devel/LICENSE-APACHE
/usr/share/licenses/rust-az-devel/LICENSE-MIT

References

Summary

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