How To Install rust-chrono-tz-devel on Fedora 36

In this tutorial we learn how to install rust-chrono-tz-devel in Fedora 36. rust-chrono-tz-devel is TimeZone implementations for rust-chrono from the IANA database

Introduction

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

What is rust-chrono-tz-devel

TimeZone implementations for rust-chrono from the IANA database. This package contains library source intended for building other packages which use “chrono-tz” crate.

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

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

sudo dnf -y install rust-chrono-tz-devel

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

sudo yum -y install rust-chrono-tz-devel

How To Uninstall rust-chrono-tz-devel on Fedora 36

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

sudo dnf remove rust-chrono-tz-devel

rust-chrono-tz-devel Package Contents on Fedora 36

/usr/share/cargo/registry/chrono-tz-0.5.3
/usr/share/cargo/registry/chrono-tz-0.5.3/.cargo-checksum.json
/usr/share/cargo/registry/chrono-tz-0.5.3/Cargo.toml
/usr/share/cargo/registry/chrono-tz-0.5.3/LICENSE
/usr/share/cargo/registry/chrono-tz-0.5.3/README.md
/usr/share/cargo/registry/chrono-tz-0.5.3/build.rs
/usr/share/cargo/registry/chrono-tz-0.5.3/rustfmt.toml
/usr/share/cargo/registry/chrono-tz-0.5.3/src
/usr/share/cargo/registry/chrono-tz-0.5.3/src/binary_search.rs
/usr/share/cargo/registry/chrono-tz-0.5.3/src/directory.rs
/usr/share/cargo/registry/chrono-tz-0.5.3/src/directory.rs.example
/usr/share/cargo/registry/chrono-tz-0.5.3/src/lib.rs
/usr/share/cargo/registry/chrono-tz-0.5.3/src/serde.rs
/usr/share/cargo/registry/chrono-tz-0.5.3/src/timezone_impl.rs
/usr/share/cargo/registry/chrono-tz-0.5.3/src/timezones.rs
/usr/share/cargo/registry/chrono-tz-0.5.3/src/timezones.rs.example
/usr/share/cargo/registry/chrono-tz-0.5.3/tests
/usr/share/cargo/registry/chrono-tz-0.5.3/tests/numberphile.rs
/usr/share/cargo/registry/chrono-tz-0.5.3/tz
/usr/share/cargo/registry/chrono-tz-0.5.3/tz/africa
/usr/share/cargo/registry/chrono-tz-0.5.3/tz/antarctica
/usr/share/cargo/registry/chrono-tz-0.5.3/tz/asia
/usr/share/cargo/registry/chrono-tz-0.5.3/tz/australasia
/usr/share/cargo/registry/chrono-tz-0.5.3/tz/backward
/usr/share/cargo/registry/chrono-tz-0.5.3/tz/etcetera
/usr/share/cargo/registry/chrono-tz-0.5.3/tz/europe
/usr/share/cargo/registry/chrono-tz-0.5.3/tz/northamerica
/usr/share/cargo/registry/chrono-tz-0.5.3/tz/pacificnew
/usr/share/cargo/registry/chrono-tz-0.5.3/tz/southamerica
/usr/share/doc/rust-chrono-tz-devel
/usr/share/doc/rust-chrono-tz-devel/README.md
/usr/share/licenses/rust-chrono-tz-devel
/usr/share/licenses/rust-chrono-tz-devel/LICENSE

References

Summary

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