How To Install rust-futures-task-devel on Fedora 36

In this tutorial we learn how to install rust-futures-task-devel in Fedora 36. rust-futures-task-devel is Tools for working with tasks

Introduction

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

What is rust-futures-task-devel

Tools for working with tasks. This package contains library source intended for building other packages which use the “futures-task” crate.

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

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

sudo dnf -y install rust-futures-task-devel

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

sudo yum -y install rust-futures-task-devel

How To Uninstall rust-futures-task-devel on Fedora 36

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

sudo dnf remove rust-futures-task-devel

rust-futures-task-devel Package Contents on Fedora 36

/usr/share/cargo/registry/futures-task-0.3.21
/usr/share/cargo/registry/futures-task-0.3.21/.cargo-checksum.json
/usr/share/cargo/registry/futures-task-0.3.21/Cargo.toml
/usr/share/cargo/registry/futures-task-0.3.21/LICENSE-APACHE
/usr/share/cargo/registry/futures-task-0.3.21/LICENSE-MIT
/usr/share/cargo/registry/futures-task-0.3.21/README.md
/usr/share/cargo/registry/futures-task-0.3.21/build.rs
/usr/share/cargo/registry/futures-task-0.3.21/no_atomic_cas.rs
/usr/share/cargo/registry/futures-task-0.3.21/src
/usr/share/cargo/registry/futures-task-0.3.21/src/arc_wake.rs
/usr/share/cargo/registry/futures-task-0.3.21/src/future_obj.rs
/usr/share/cargo/registry/futures-task-0.3.21/src/lib.rs
/usr/share/cargo/registry/futures-task-0.3.21/src/noop_waker.rs
/usr/share/cargo/registry/futures-task-0.3.21/src/spawn.rs
/usr/share/cargo/registry/futures-task-0.3.21/src/waker.rs
/usr/share/cargo/registry/futures-task-0.3.21/src/waker_ref.rs
/usr/share/doc/rust-futures-task-devel
/usr/share/doc/rust-futures-task-devel/README.md
/usr/share/licenses/rust-futures-task-devel
/usr/share/licenses/rust-futures-task-devel/LICENSE-APACHE
/usr/share/licenses/rust-futures-task-devel/LICENSE-MIT

References

Summary

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