How To Install rust-tokio-timer-devel on Fedora 36

In this tutorial we learn how to install rust-tokio-timer-devel in Fedora 36. rust-tokio-timer-devel is Timer facilities for Tokio

Introduction

In this tutorial we learn how to install rust-tokio-timer-devel on Fedora 36.

What is rust-tokio-timer-devel

Timer facilities for Tokio. This package contains library source intended for building other packages which use “tokio-timer” crate.

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

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

sudo dnf -y install rust-tokio-timer-devel

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

sudo yum -y install rust-tokio-timer-devel

How To Uninstall rust-tokio-timer-devel on Fedora 36

To uninstall only the rust-tokio-timer-devel package we can use the following command:

sudo dnf remove rust-tokio-timer-devel

rust-tokio-timer-devel Package Contents on Fedora 36

/usr/share/cargo/registry/tokio-timer-0.2.13
/usr/share/cargo/registry/tokio-timer-0.2.13/.cargo-checksum.json
/usr/share/cargo/registry/tokio-timer-0.2.13/CHANGELOG.md
/usr/share/cargo/registry/tokio-timer-0.2.13/Cargo.toml
/usr/share/cargo/registry/tokio-timer-0.2.13/LICENSE
/usr/share/cargo/registry/tokio-timer-0.2.13/README.md
/usr/share/cargo/registry/tokio-timer-0.2.13/src
/usr/share/cargo/registry/tokio-timer-0.2.13/src/atomic.rs
/usr/share/cargo/registry/tokio-timer-0.2.13/src/clock
/usr/share/cargo/registry/tokio-timer-0.2.13/src/clock/clock.rs
/usr/share/cargo/registry/tokio-timer-0.2.13/src/clock/mod.rs
/usr/share/cargo/registry/tokio-timer-0.2.13/src/clock/now.rs
/usr/share/cargo/registry/tokio-timer-0.2.13/src/deadline.rs
/usr/share/cargo/registry/tokio-timer-0.2.13/src/delay.rs
/usr/share/cargo/registry/tokio-timer-0.2.13/src/delay_queue.rs
/usr/share/cargo/registry/tokio-timer-0.2.13/src/error.rs
/usr/share/cargo/registry/tokio-timer-0.2.13/src/interval.rs
/usr/share/cargo/registry/tokio-timer-0.2.13/src/lib.rs
/usr/share/cargo/registry/tokio-timer-0.2.13/src/throttle.rs
/usr/share/cargo/registry/tokio-timer-0.2.13/src/timeout.rs
/usr/share/cargo/registry/tokio-timer-0.2.13/src/timer
/usr/share/cargo/registry/tokio-timer-0.2.13/src/timer/atomic_stack.rs
/usr/share/cargo/registry/tokio-timer-0.2.13/src/timer/entry.rs
/usr/share/cargo/registry/tokio-timer-0.2.13/src/timer/handle.rs
/usr/share/cargo/registry/tokio-timer-0.2.13/src/timer/mod.rs
/usr/share/cargo/registry/tokio-timer-0.2.13/src/timer/now.rs
/usr/share/cargo/registry/tokio-timer-0.2.13/src/timer/registration.rs
/usr/share/cargo/registry/tokio-timer-0.2.13/src/timer/stack.rs
/usr/share/cargo/registry/tokio-timer-0.2.13/src/wheel
/usr/share/cargo/registry/tokio-timer-0.2.13/src/wheel/level.rs
/usr/share/cargo/registry/tokio-timer-0.2.13/src/wheel/mod.rs
/usr/share/cargo/registry/tokio-timer-0.2.13/src/wheel/stack.rs
/usr/share/cargo/registry/tokio-timer-0.2.13/tests
/usr/share/cargo/registry/tokio-timer-0.2.13/tests/clock.rs
/usr/share/cargo/registry/tokio-timer-0.2.13/tests/deadline.rs
/usr/share/cargo/registry/tokio-timer-0.2.13/tests/delay.rs
/usr/share/cargo/registry/tokio-timer-0.2.13/tests/hammer.rs
/usr/share/cargo/registry/tokio-timer-0.2.13/tests/interval.rs
/usr/share/cargo/registry/tokio-timer-0.2.13/tests/queue.rs
/usr/share/cargo/registry/tokio-timer-0.2.13/tests/support
/usr/share/cargo/registry/tokio-timer-0.2.13/tests/support/mod.rs
/usr/share/cargo/registry/tokio-timer-0.2.13/tests/throttle.rs
/usr/share/cargo/registry/tokio-timer-0.2.13/tests/timeout.rs
/usr/share/doc/rust-tokio-timer-devel
/usr/share/doc/rust-tokio-timer-devel/CHANGELOG.md
/usr/share/doc/rust-tokio-timer-devel/README.md
/usr/share/licenses/rust-tokio-timer-devel
/usr/share/licenses/rust-tokio-timer-devel/LICENSE

References

Summary

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