How To Install rust-filetime-devel on Fedora 36

In this tutorial we learn how to install rust-filetime-devel in Fedora 36. rust-filetime-devel is Platform-agnostic accessors of timestamps in File metadata

Introduction

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

What is rust-filetime-devel

Platform-agnostic accessors of timestamps in File metadata. This package contains library source intended for building other packages which use “filetime” crate.

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

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

sudo dnf -y install rust-filetime-devel

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

sudo yum -y install rust-filetime-devel

How To Uninstall rust-filetime-devel on Fedora 36

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

sudo dnf remove rust-filetime-devel

rust-filetime-devel Package Contents on Fedora 36

/usr/share/cargo/registry/filetime-0.2.15
/usr/share/cargo/registry/filetime-0.2.15/.cargo-checksum.json
/usr/share/cargo/registry/filetime-0.2.15/Cargo.toml
/usr/share/cargo/registry/filetime-0.2.15/LICENSE-APACHE
/usr/share/cargo/registry/filetime-0.2.15/LICENSE-MIT
/usr/share/cargo/registry/filetime-0.2.15/README.md
/usr/share/cargo/registry/filetime-0.2.15/src
/usr/share/cargo/registry/filetime-0.2.15/src/lib.rs
/usr/share/cargo/registry/filetime-0.2.15/src/redox.rs
/usr/share/cargo/registry/filetime-0.2.15/src/unix
/usr/share/cargo/registry/filetime-0.2.15/src/unix/android.rs
/usr/share/cargo/registry/filetime-0.2.15/src/unix/linux.rs
/usr/share/cargo/registry/filetime-0.2.15/src/unix/macos.rs
/usr/share/cargo/registry/filetime-0.2.15/src/unix/mod.rs
/usr/share/cargo/registry/filetime-0.2.15/src/unix/utimensat.rs
/usr/share/cargo/registry/filetime-0.2.15/src/unix/utimes.rs
/usr/share/cargo/registry/filetime-0.2.15/src/wasm.rs
/usr/share/cargo/registry/filetime-0.2.15/src/windows.rs
/usr/share/doc/rust-filetime-devel
/usr/share/doc/rust-filetime-devel/README.md
/usr/share/licenses/rust-filetime-devel
/usr/share/licenses/rust-filetime-devel/LICENSE-APACHE
/usr/share/licenses/rust-filetime-devel/LICENSE-MIT

References

Summary

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