How To Install rust-tokio-threadpool-devel on Fedora 36
Introduction
In this tutorial we learn how to install rust-tokio-threadpool-devel
on Fedora 36.
What is rust-tokio-threadpool-devel
Task scheduler backed by a work-stealing thread pool. This package contains library source intended for building other packages which use “tokio-threadpool” crate.
We can use yum
or dnf
to install rust-tokio-threadpool-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install rust-tokio-threadpool-devel.
Install rust-tokio-threadpool-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-threadpool-devel
using dnf
by running the following command:
sudo dnf -y install rust-tokio-threadpool-devel
Install rust-tokio-threadpool-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-threadpool-devel
using yum
by running the following command:
sudo yum -y install rust-tokio-threadpool-devel
How To Uninstall rust-tokio-threadpool-devel on Fedora 36
To uninstall only the rust-tokio-threadpool-devel
package we can use the following command:
sudo dnf remove rust-tokio-threadpool-devel
rust-tokio-threadpool-devel Package Contents on Fedora 36
/usr/share/cargo/registry/tokio-threadpool-0.1.18
/usr/share/cargo/registry/tokio-threadpool-0.1.18/.cargo-checksum.json
/usr/share/cargo/registry/tokio-threadpool-0.1.18/CHANGELOG.md
/usr/share/cargo/registry/tokio-threadpool-0.1.18/Cargo.toml
/usr/share/cargo/registry/tokio-threadpool-0.1.18/LICENSE
/usr/share/cargo/registry/tokio-threadpool-0.1.18/README.md
/usr/share/cargo/registry/tokio-threadpool-0.1.18/benches
/usr/share/cargo/registry/tokio-threadpool-0.1.18/benches/basic.rs
/usr/share/cargo/registry/tokio-threadpool-0.1.18/benches/blocking.rs
/usr/share/cargo/registry/tokio-threadpool-0.1.18/benches/depth.rs
/usr/share/cargo/registry/tokio-threadpool-0.1.18/examples
/usr/share/cargo/registry/tokio-threadpool-0.1.18/examples/depth.rs
/usr/share/cargo/registry/tokio-threadpool-0.1.18/examples/hello.rs
/usr/share/cargo/registry/tokio-threadpool-0.1.18/src
/usr/share/cargo/registry/tokio-threadpool-0.1.18/src/blocking
/usr/share/cargo/registry/tokio-threadpool-0.1.18/src/blocking/global.rs
/usr/share/cargo/registry/tokio-threadpool-0.1.18/src/blocking/mod.rs
/usr/share/cargo/registry/tokio-threadpool-0.1.18/src/builder.rs
/usr/share/cargo/registry/tokio-threadpool-0.1.18/src/callback.rs
/usr/share/cargo/registry/tokio-threadpool-0.1.18/src/config.rs
/usr/share/cargo/registry/tokio-threadpool-0.1.18/src/lib.rs
/usr/share/cargo/registry/tokio-threadpool-0.1.18/src/notifier.rs
/usr/share/cargo/registry/tokio-threadpool-0.1.18/src/park
/usr/share/cargo/registry/tokio-threadpool-0.1.18/src/park/boxed.rs
/usr/share/cargo/registry/tokio-threadpool-0.1.18/src/park/default_park.rs
/usr/share/cargo/registry/tokio-threadpool-0.1.18/src/park/mod.rs
/usr/share/cargo/registry/tokio-threadpool-0.1.18/src/pool
/usr/share/cargo/registry/tokio-threadpool-0.1.18/src/pool/backup.rs
/usr/share/cargo/registry/tokio-threadpool-0.1.18/src/pool/backup_stack.rs
/usr/share/cargo/registry/tokio-threadpool-0.1.18/src/pool/mod.rs
/usr/share/cargo/registry/tokio-threadpool-0.1.18/src/pool/state.rs
/usr/share/cargo/registry/tokio-threadpool-0.1.18/src/sender.rs
/usr/share/cargo/registry/tokio-threadpool-0.1.18/src/shutdown.rs
/usr/share/cargo/registry/tokio-threadpool-0.1.18/src/task
/usr/share/cargo/registry/tokio-threadpool-0.1.18/src/task/blocking.rs
/usr/share/cargo/registry/tokio-threadpool-0.1.18/src/task/blocking_state.rs
/usr/share/cargo/registry/tokio-threadpool-0.1.18/src/task/mod.rs
/usr/share/cargo/registry/tokio-threadpool-0.1.18/src/task/state.rs
/usr/share/cargo/registry/tokio-threadpool-0.1.18/src/thread_pool.rs
/usr/share/cargo/registry/tokio-threadpool-0.1.18/src/worker
/usr/share/cargo/registry/tokio-threadpool-0.1.18/src/worker/entry.rs
/usr/share/cargo/registry/tokio-threadpool-0.1.18/src/worker/mod.rs
/usr/share/cargo/registry/tokio-threadpool-0.1.18/src/worker/stack.rs
/usr/share/cargo/registry/tokio-threadpool-0.1.18/src/worker/state.rs
/usr/share/cargo/registry/tokio-threadpool-0.1.18/tests
/usr/share/cargo/registry/tokio-threadpool-0.1.18/tests/blocking.rs
/usr/share/cargo/registry/tokio-threadpool-0.1.18/tests/hammer.rs
/usr/share/cargo/registry/tokio-threadpool-0.1.18/tests/threadpool.rs
/usr/share/doc/rust-tokio-threadpool-devel
/usr/share/doc/rust-tokio-threadpool-devel/CHANGELOG.md
/usr/share/doc/rust-tokio-threadpool-devel/README.md
/usr/share/licenses/rust-tokio-threadpool-devel
/usr/share/licenses/rust-tokio-threadpool-devel/LICENSE
References
Summary
In this tutorial we learn how to install rust-tokio-threadpool-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).