How To Install rust-tokio-fs-devel on Fedora 36

In this tutorial we learn how to install rust-tokio-fs-devel in Fedora 36. rust-tokio-fs-devel is Filesystem API for Tokio

Introduction

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

What is rust-tokio-fs-devel

Filesystem API for Tokio. This package contains library source intended for building other packages which use “tokio-fs” crate.

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

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

sudo dnf -y install rust-tokio-fs-devel

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

sudo yum -y install rust-tokio-fs-devel

How To Uninstall rust-tokio-fs-devel on Fedora 36

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

sudo dnf remove rust-tokio-fs-devel

rust-tokio-fs-devel Package Contents on Fedora 36

/usr/share/cargo/registry/tokio-fs-0.1.7
/usr/share/cargo/registry/tokio-fs-0.1.7/.cargo-checksum.json
/usr/share/cargo/registry/tokio-fs-0.1.7/CHANGELOG.md
/usr/share/cargo/registry/tokio-fs-0.1.7/Cargo.toml
/usr/share/cargo/registry/tokio-fs-0.1.7/LICENSE
/usr/share/cargo/registry/tokio-fs-0.1.7/README.md
/usr/share/cargo/registry/tokio-fs-0.1.7/examples
/usr/share/cargo/registry/tokio-fs-0.1.7/examples/std-echo.rs
/usr/share/cargo/registry/tokio-fs-0.1.7/src
/usr/share/cargo/registry/tokio-fs-0.1.7/src/create_dir.rs
/usr/share/cargo/registry/tokio-fs-0.1.7/src/create_dir_all.rs
/usr/share/cargo/registry/tokio-fs-0.1.7/src/file
/usr/share/cargo/registry/tokio-fs-0.1.7/src/file/clone.rs
/usr/share/cargo/registry/tokio-fs-0.1.7/src/file/create.rs
/usr/share/cargo/registry/tokio-fs-0.1.7/src/file/metadata.rs
/usr/share/cargo/registry/tokio-fs-0.1.7/src/file/mod.rs
/usr/share/cargo/registry/tokio-fs-0.1.7/src/file/open.rs
/usr/share/cargo/registry/tokio-fs-0.1.7/src/file/open_options.rs
/usr/share/cargo/registry/tokio-fs-0.1.7/src/file/seek.rs
/usr/share/cargo/registry/tokio-fs-0.1.7/src/hard_link.rs
/usr/share/cargo/registry/tokio-fs-0.1.7/src/lib.rs
/usr/share/cargo/registry/tokio-fs-0.1.7/src/metadata.rs
/usr/share/cargo/registry/tokio-fs-0.1.7/src/os
/usr/share/cargo/registry/tokio-fs-0.1.7/src/os/mod.rs
/usr/share/cargo/registry/tokio-fs-0.1.7/src/os/unix.rs
/usr/share/cargo/registry/tokio-fs-0.1.7/src/os/windows
/usr/share/cargo/registry/tokio-fs-0.1.7/src/os/windows/mod.rs
/usr/share/cargo/registry/tokio-fs-0.1.7/src/os/windows/symlink_dir.rs
/usr/share/cargo/registry/tokio-fs-0.1.7/src/os/windows/symlink_file.rs
/usr/share/cargo/registry/tokio-fs-0.1.7/src/read.rs
/usr/share/cargo/registry/tokio-fs-0.1.7/src/read_dir.rs
/usr/share/cargo/registry/tokio-fs-0.1.7/src/read_link.rs
/usr/share/cargo/registry/tokio-fs-0.1.7/src/remove_dir.rs
/usr/share/cargo/registry/tokio-fs-0.1.7/src/remove_file.rs
/usr/share/cargo/registry/tokio-fs-0.1.7/src/rename.rs
/usr/share/cargo/registry/tokio-fs-0.1.7/src/set_permissions.rs
/usr/share/cargo/registry/tokio-fs-0.1.7/src/stderr.rs
/usr/share/cargo/registry/tokio-fs-0.1.7/src/stdin.rs
/usr/share/cargo/registry/tokio-fs-0.1.7/src/stdout.rs
/usr/share/cargo/registry/tokio-fs-0.1.7/src/symlink_metadata.rs
/usr/share/cargo/registry/tokio-fs-0.1.7/src/write.rs
/usr/share/cargo/registry/tokio-fs-0.1.7/tests
/usr/share/cargo/registry/tokio-fs-0.1.7/tests/dir.rs
/usr/share/cargo/registry/tokio-fs-0.1.7/tests/file.rs
/usr/share/cargo/registry/tokio-fs-0.1.7/tests/link.rs
/usr/share/cargo/registry/tokio-fs-0.1.7/tests/pool
/usr/share/cargo/registry/tokio-fs-0.1.7/tests/pool/mod.rs
/usr/share/doc/rust-tokio-fs-devel
/usr/share/doc/rust-tokio-fs-devel/CHANGELOG.md
/usr/share/doc/rust-tokio-fs-devel/README.md
/usr/share/licenses/rust-tokio-fs-devel
/usr/share/licenses/rust-tokio-fs-devel/LICENSE

References

Summary

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