How To Install rust-mio-extras-devel on Fedora 36

In this tutorial we learn how to install rust-mio-extras-devel in Fedora 36. rust-mio-extras-devel is Extra components for use with Mio

Introduction

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

What is rust-mio-extras-devel

Extra components for use with Mio. This package contains library source intended for building other packages which use “mio-extras” crate.

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

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

sudo dnf -y install rust-mio-extras-devel

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

sudo yum -y install rust-mio-extras-devel

How To Uninstall rust-mio-extras-devel on Fedora 36

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

sudo dnf remove rust-mio-extras-devel

rust-mio-extras-devel Package Contents on Fedora 36

/usr/share/cargo/registry/mio-extras-2.0.6
/usr/share/cargo/registry/mio-extras-2.0.6/.cargo-checksum.json
/usr/share/cargo/registry/mio-extras-2.0.6/CHANGELOG.md
/usr/share/cargo/registry/mio-extras-2.0.6/Cargo.toml
/usr/share/cargo/registry/mio-extras-2.0.6/LICENSE-APACHE
/usr/share/cargo/registry/mio-extras-2.0.6/LICENSE-MIT
/usr/share/cargo/registry/mio-extras-2.0.6/README.md
/usr/share/cargo/registry/mio-extras-2.0.6/src
/usr/share/cargo/registry/mio-extras-2.0.6/src/channel.rs
/usr/share/cargo/registry/mio-extras-2.0.6/src/lib.rs
/usr/share/cargo/registry/mio-extras-2.0.6/src/timer.rs
/usr/share/cargo/registry/mio-extras-2.0.6/test
/usr/share/cargo/registry/mio-extras-2.0.6/test/mod.rs
/usr/share/cargo/registry/mio-extras-2.0.6/test/test_poll_channel.rs
/usr/share/cargo/registry/mio-extras-2.0.6/test/test_timer.rs
/usr/share/doc/rust-mio-extras-devel
/usr/share/doc/rust-mio-extras-devel/CHANGELOG.md
/usr/share/doc/rust-mio-extras-devel/README.md
/usr/share/licenses/rust-mio-extras-devel
/usr/share/licenses/rust-mio-extras-devel/LICENSE-APACHE
/usr/share/licenses/rust-mio-extras-devel/LICENSE-MIT

References

Summary

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