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

In this tutorial we learn how to install rust-futures-channel-devel in Fedora 36. rust-futures-channel-devel is Channels for asynchronous communication using futures-rs

Introduction

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

What is rust-futures-channel-devel

Channels for asynchronous communication using futures-rs. This package contains library source intended for building other packages which use the “futures-channel” crate.

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

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

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

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

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

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

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

sudo dnf remove rust-futures-channel-devel

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

/usr/share/cargo/registry/futures-channel-0.3.21
/usr/share/cargo/registry/futures-channel-0.3.21/.cargo-checksum.json
/usr/share/cargo/registry/futures-channel-0.3.21/Cargo.toml
/usr/share/cargo/registry/futures-channel-0.3.21/LICENSE-APACHE
/usr/share/cargo/registry/futures-channel-0.3.21/LICENSE-MIT
/usr/share/cargo/registry/futures-channel-0.3.21/README.md
/usr/share/cargo/registry/futures-channel-0.3.21/benches
/usr/share/cargo/registry/futures-channel-0.3.21/benches/sync_mpsc.rs
/usr/share/cargo/registry/futures-channel-0.3.21/build.rs
/usr/share/cargo/registry/futures-channel-0.3.21/no_atomic_cas.rs
/usr/share/cargo/registry/futures-channel-0.3.21/src
/usr/share/cargo/registry/futures-channel-0.3.21/src/lib.rs
/usr/share/cargo/registry/futures-channel-0.3.21/src/lock.rs
/usr/share/cargo/registry/futures-channel-0.3.21/src/mpsc
/usr/share/cargo/registry/futures-channel-0.3.21/src/mpsc/mod.rs
/usr/share/cargo/registry/futures-channel-0.3.21/src/mpsc/queue.rs
/usr/share/cargo/registry/futures-channel-0.3.21/src/mpsc/sink_impl.rs
/usr/share/cargo/registry/futures-channel-0.3.21/src/oneshot.rs
/usr/share/cargo/registry/futures-channel-0.3.21/tests
/usr/share/cargo/registry/futures-channel-0.3.21/tests/channel.rs
/usr/share/cargo/registry/futures-channel-0.3.21/tests/mpsc-close.rs
/usr/share/cargo/registry/futures-channel-0.3.21/tests/mpsc.rs
/usr/share/cargo/registry/futures-channel-0.3.21/tests/oneshot.rs
/usr/share/doc/rust-futures-channel-devel
/usr/share/doc/rust-futures-channel-devel/README.md
/usr/share/licenses/rust-futures-channel-devel
/usr/share/licenses/rust-futures-channel-devel/LICENSE-APACHE
/usr/share/licenses/rust-futures-channel-devel/LICENSE-MIT

References

Summary

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