How To Install rust-humantime1-devel on Fedora 36

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

Introduction

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

What is rust-humantime1-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-humantime1-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install rust-humantime1-devel.

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

sudo dnf -y install rust-humantime1-devel

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

sudo yum -y install rust-humantime1-devel

How To Uninstall rust-humantime1-devel on Fedora 36

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

sudo dnf remove rust-humantime1-devel

rust-humantime1-devel Package Contents on Fedora 36

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

References

Summary

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