How To Install rust-tokio-reactor-devel on Fedora 36
Introduction
In this tutorial we learn how to install rust-tokio-reactor-devel on Fedora 36.
What is rust-tokio-reactor-devel
Event loop that drives Tokio I/O resources. This package contains library source intended for building other packages which use “tokio-reactor” crate.
We can use yum or dnf to install rust-tokio-reactor-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install rust-tokio-reactor-devel.
Install rust-tokio-reactor-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-reactor-devel using dnf by running the following command:
sudo dnf -y install rust-tokio-reactor-devel
Install rust-tokio-reactor-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-reactor-devel using yum by running the following command:
sudo yum -y install rust-tokio-reactor-devel
How To Uninstall rust-tokio-reactor-devel on Fedora 36
To uninstall only the rust-tokio-reactor-devel package we can use the following command:
sudo dnf remove rust-tokio-reactor-devel
rust-tokio-reactor-devel Package Contents on Fedora 36
/usr/share/cargo/registry/tokio-reactor-0.1.12
/usr/share/cargo/registry/tokio-reactor-0.1.12/.cargo-checksum.json
/usr/share/cargo/registry/tokio-reactor-0.1.12/CHANGELOG.md
/usr/share/cargo/registry/tokio-reactor-0.1.12/Cargo.toml
/usr/share/cargo/registry/tokio-reactor-0.1.12/LICENSE
/usr/share/cargo/registry/tokio-reactor-0.1.12/README.md
/usr/share/cargo/registry/tokio-reactor-0.1.12/benches
/usr/share/cargo/registry/tokio-reactor-0.1.12/benches/basic.rs
/usr/share/cargo/registry/tokio-reactor-0.1.12/src
/usr/share/cargo/registry/tokio-reactor-0.1.12/src/background.rs
/usr/share/cargo/registry/tokio-reactor-0.1.12/src/lib.rs
/usr/share/cargo/registry/tokio-reactor-0.1.12/src/poll_evented.rs
/usr/share/cargo/registry/tokio-reactor-0.1.12/src/registration.rs
/usr/share/cargo/registry/tokio-reactor-0.1.12/src/sharded_rwlock.rs
/usr/share/doc/rust-tokio-reactor-devel
/usr/share/doc/rust-tokio-reactor-devel/CHANGELOG.md
/usr/share/doc/rust-tokio-reactor-devel/README.md
/usr/share/licenses/rust-tokio-reactor-devel
/usr/share/licenses/rust-tokio-reactor-devel/LICENSE
References
Summary
In this tutorial we learn how to install rust-tokio-reactor-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).