How To Install rust-humantime-devel on Fedora 36

In this tutorial we learn how to install rust-humantime-devel in Fedora 36. rust-humantime-devel is Parser and formatter for std

Introduction

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

What is rust-humantime-devel

Parser and formatter for std This package contains library source intended for building other packages which use “humantime” crate.

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

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

sudo dnf -y install rust-humantime-devel

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

sudo yum -y install rust-humantime-devel

How To Uninstall rust-humantime-devel on Fedora 36

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

sudo dnf remove rust-humantime-devel

rust-humantime-devel Package Contents on Fedora 36

/usr/share/cargo/registry/humantime-2.1.0
/usr/share/cargo/registry/humantime-2.1.0/.cargo-checksum.json
/usr/share/cargo/registry/humantime-2.1.0/Cargo.toml
/usr/share/cargo/registry/humantime-2.1.0/LICENSE-APACHE
/usr/share/cargo/registry/humantime-2.1.0/LICENSE-MIT
/usr/share/cargo/registry/humantime-2.1.0/README.md
/usr/share/cargo/registry/humantime-2.1.0/benches
/usr/share/cargo/registry/humantime-2.1.0/benches/datetime_format.rs
/usr/share/cargo/registry/humantime-2.1.0/benches/datetime_parse.rs
/usr/share/cargo/registry/humantime-2.1.0/bulk.yaml
/usr/share/cargo/registry/humantime-2.1.0/src
/usr/share/cargo/registry/humantime-2.1.0/src/date.rs
/usr/share/cargo/registry/humantime-2.1.0/src/duration.rs
/usr/share/cargo/registry/humantime-2.1.0/src/lib.rs
/usr/share/cargo/registry/humantime-2.1.0/src/wrapper.rs
/usr/share/cargo/registry/humantime-2.1.0/vagga.yaml
/usr/share/doc/rust-humantime-devel
/usr/share/doc/rust-humantime-devel/README.md
/usr/share/licenses/rust-humantime-devel
/usr/share/licenses/rust-humantime-devel/LICENSE-APACHE
/usr/share/licenses/rust-humantime-devel/LICENSE-MIT

References

Summary

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