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

In this tutorial we learn how to install rust-tracing-futures-devel in Fedora 36. rust-tracing-futures-devel is Utilities for instrumenting futures with tracing

Introduction

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

What is rust-tracing-futures-devel

Utilities for instrumenting futures with tracing. This package contains library source intended for building other packages which use “tracing-futures” crate.

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

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

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

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

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

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

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

sudo dnf remove rust-tracing-futures-devel

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

/usr/share/cargo/registry/tracing-futures-0.2.5
/usr/share/cargo/registry/tracing-futures-0.2.5/.cargo-checksum.json
/usr/share/cargo/registry/tracing-futures-0.2.5/CHANGELOG.md
/usr/share/cargo/registry/tracing-futures-0.2.5/Cargo.toml
/usr/share/cargo/registry/tracing-futures-0.2.5/LICENSE
/usr/share/cargo/registry/tracing-futures-0.2.5/README.md
/usr/share/cargo/registry/tracing-futures-0.2.5/src
/usr/share/cargo/registry/tracing-futures-0.2.5/src/executor
/usr/share/cargo/registry/tracing-futures-0.2.5/src/executor/futures_01.rs
/usr/share/cargo/registry/tracing-futures-0.2.5/src/executor/futures_03.rs
/usr/share/cargo/registry/tracing-futures-0.2.5/src/executor/futures_preview.rs
/usr/share/cargo/registry/tracing-futures-0.2.5/src/executor/mod.rs
/usr/share/cargo/registry/tracing-futures-0.2.5/src/lib.rs
/usr/share/cargo/registry/tracing-futures-0.2.5/src/stdlib.rs
/usr/share/cargo/registry/tracing-futures-0.2.5/tests
/usr/share/cargo/registry/tracing-futures-0.2.5/tests/std_future.rs
/usr/share/cargo/registry/tracing-futures-0.2.5/tests/support.rs
/usr/share/doc/rust-tracing-futures-devel
/usr/share/doc/rust-tracing-futures-devel/CHANGELOG.md
/usr/share/doc/rust-tracing-futures-devel/README.md
/usr/share/licenses/rust-tracing-futures-devel
/usr/share/licenses/rust-tracing-futures-devel/LICENSE

References

Summary

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