How To Install rust-time-devel on Fedora 36

In this tutorial we learn how to install rust-time-devel in Fedora 36. rust-time-devel is Date and time library

Introduction

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

What is rust-time-devel

Date and time library. Fully interoperable with the standard library. Mostly compatible with #![no_std]. This package contains library source intended for building other packages which use “time” crate.

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

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

sudo dnf -y install rust-time-devel

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

sudo yum -y install rust-time-devel

How To Uninstall rust-time-devel on Fedora 36

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

sudo dnf remove rust-time-devel

rust-time-devel Package Contents on Fedora 36

/usr/share/cargo/registry/time-0.3.5
/usr/share/cargo/registry/time-0.3.5/.cargo-checksum.json
/usr/share/cargo/registry/time-0.3.5/Cargo.toml
/usr/share/cargo/registry/time-0.3.5/LICENSE-Apache
/usr/share/cargo/registry/time-0.3.5/LICENSE-MIT
/usr/share/cargo/registry/time-0.3.5/README.md
/usr/share/cargo/registry/time-0.3.5/src
/usr/share/cargo/registry/time-0.3.5/src/date.rs
/usr/share/cargo/registry/time-0.3.5/src/duration.rs
/usr/share/cargo/registry/time-0.3.5/src/error
/usr/share/cargo/registry/time-0.3.5/src/error/component_range.rs
/usr/share/cargo/registry/time-0.3.5/src/error/conversion_range.rs
/usr/share/cargo/registry/time-0.3.5/src/error/different_variant.rs
/usr/share/cargo/registry/time-0.3.5/src/error/format.rs
/usr/share/cargo/registry/time-0.3.5/src/error/indeterminate_offset.rs
/usr/share/cargo/registry/time-0.3.5/src/error/invalid_format_description.rs
/usr/share/cargo/registry/time-0.3.5/src/error/mod.rs
/usr/share/cargo/registry/time-0.3.5/src/error/parse.rs
/usr/share/cargo/registry/time-0.3.5/src/error/parse_from_description.rs
/usr/share/cargo/registry/time-0.3.5/src/error/try_from_parsed.rs
/usr/share/cargo/registry/time-0.3.5/src/ext.rs
/usr/share/cargo/registry/time-0.3.5/src/format_description
/usr/share/cargo/registry/time-0.3.5/src/format_description/component.rs
/usr/share/cargo/registry/time-0.3.5/src/format_description/mod.rs
/usr/share/cargo/registry/time-0.3.5/src/format_description/modifier.rs
/usr/share/cargo/registry/time-0.3.5/src/format_description/parse.rs
/usr/share/cargo/registry/time-0.3.5/src/formatting
/usr/share/cargo/registry/time-0.3.5/src/formatting/formattable.rs
/usr/share/cargo/registry/time-0.3.5/src/formatting/mod.rs
/usr/share/cargo/registry/time-0.3.5/src/instant.rs
/usr/share/cargo/registry/time-0.3.5/src/lib.rs
/usr/share/cargo/registry/time-0.3.5/src/macros.rs
/usr/share/cargo/registry/time-0.3.5/src/month.rs
/usr/share/cargo/registry/time-0.3.5/src/offset_date_time.rs
/usr/share/cargo/registry/time-0.3.5/src/parsing
/usr/share/cargo/registry/time-0.3.5/src/parsing/combinator.rs
/usr/share/cargo/registry/time-0.3.5/src/parsing/component.rs
/usr/share/cargo/registry/time-0.3.5/src/parsing/mod.rs
/usr/share/cargo/registry/time-0.3.5/src/parsing/parsable.rs
/usr/share/cargo/registry/time-0.3.5/src/parsing/parsed.rs
/usr/share/cargo/registry/time-0.3.5/src/parsing/shim.rs
/usr/share/cargo/registry/time-0.3.5/src/primitive_date_time.rs
/usr/share/cargo/registry/time-0.3.5/src/quickcheck.rs
/usr/share/cargo/registry/time-0.3.5/src/rand.rs
/usr/share/cargo/registry/time-0.3.5/src/serde
/usr/share/cargo/registry/time-0.3.5/src/serde/mod.rs
/usr/share/cargo/registry/time-0.3.5/src/serde/timestamp.rs
/usr/share/cargo/registry/time-0.3.5/src/sys
/usr/share/cargo/registry/time-0.3.5/src/sys/local_offset_at
/usr/share/cargo/registry/time-0.3.5/src/sys/local_offset_at/imp.rs
/usr/share/cargo/registry/time-0.3.5/src/sys/local_offset_at/mod.rs
/usr/share/cargo/registry/time-0.3.5/src/sys/local_offset_at/unix.rs
/usr/share/cargo/registry/time-0.3.5/src/sys/local_offset_at/windows.rs
/usr/share/cargo/registry/time-0.3.5/src/sys/mod.rs
/usr/share/cargo/registry/time-0.3.5/src/time.rs
/usr/share/cargo/registry/time-0.3.5/src/utc_offset.rs
/usr/share/cargo/registry/time-0.3.5/src/util.rs
/usr/share/cargo/registry/time-0.3.5/src/weekday.rs
/usr/share/doc/rust-time-devel
/usr/share/doc/rust-time-devel/README.md
/usr/share/licenses/rust-time-devel
/usr/share/licenses/rust-time-devel/LICENSE-Apache
/usr/share/licenses/rust-time-devel/LICENSE-MIT

References

Summary

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