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

In this tutorial we learn how to install rust-tokio-sync-devel in Fedora 36. rust-tokio-sync-devel is Synchronization utilities

Introduction

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

What is rust-tokio-sync-devel

Synchronization utilities. This package contains library source intended for building other packages which use “tokio-sync” crate.

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

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

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

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

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

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

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

sudo dnf remove rust-tokio-sync-devel

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

/usr/share/cargo/registry/tokio-sync-0.1.8
/usr/share/cargo/registry/tokio-sync-0.1.8/.cargo-checksum.json
/usr/share/cargo/registry/tokio-sync-0.1.8/CHANGELOG.md
/usr/share/cargo/registry/tokio-sync-0.1.8/Cargo.toml
/usr/share/cargo/registry/tokio-sync-0.1.8/LICENSE
/usr/share/cargo/registry/tokio-sync-0.1.8/README.md
/usr/share/cargo/registry/tokio-sync-0.1.8/benches
/usr/share/cargo/registry/tokio-sync-0.1.8/benches/mpsc.rs
/usr/share/cargo/registry/tokio-sync-0.1.8/benches/oneshot.rs
/usr/share/cargo/registry/tokio-sync-0.1.8/src
/usr/share/cargo/registry/tokio-sync-0.1.8/src/lib.rs
/usr/share/cargo/registry/tokio-sync-0.1.8/src/lock.rs
/usr/share/cargo/registry/tokio-sync-0.1.8/src/loom.rs
/usr/share/cargo/registry/tokio-sync-0.1.8/src/mpsc
/usr/share/cargo/registry/tokio-sync-0.1.8/src/mpsc/block.rs
/usr/share/cargo/registry/tokio-sync-0.1.8/src/mpsc/bounded.rs
/usr/share/cargo/registry/tokio-sync-0.1.8/src/mpsc/chan.rs
/usr/share/cargo/registry/tokio-sync-0.1.8/src/mpsc/list.rs
/usr/share/cargo/registry/tokio-sync-0.1.8/src/mpsc/mod.rs
/usr/share/cargo/registry/tokio-sync-0.1.8/src/mpsc/unbounded.rs
/usr/share/cargo/registry/tokio-sync-0.1.8/src/oneshot.rs
/usr/share/cargo/registry/tokio-sync-0.1.8/src/semaphore.rs
/usr/share/cargo/registry/tokio-sync-0.1.8/src/task
/usr/share/cargo/registry/tokio-sync-0.1.8/src/task/atomic_task.rs
/usr/share/cargo/registry/tokio-sync-0.1.8/src/task/mod.rs
/usr/share/cargo/registry/tokio-sync-0.1.8/src/watch.rs
/usr/share/cargo/registry/tokio-sync-0.1.8/tests
/usr/share/cargo/registry/tokio-sync-0.1.8/tests/atomic_task.rs
/usr/share/cargo/registry/tokio-sync-0.1.8/tests/errors.rs
/usr/share/cargo/registry/tokio-sync-0.1.8/tests/fuzz_atomic_task.rs
/usr/share/cargo/registry/tokio-sync-0.1.8/tests/fuzz_list.rs
/usr/share/cargo/registry/tokio-sync-0.1.8/tests/fuzz_mpsc.rs
/usr/share/cargo/registry/tokio-sync-0.1.8/tests/fuzz_oneshot.rs
/usr/share/cargo/registry/tokio-sync-0.1.8/tests/fuzz_semaphore.rs
/usr/share/cargo/registry/tokio-sync-0.1.8/tests/lock.rs
/usr/share/cargo/registry/tokio-sync-0.1.8/tests/mpsc.rs
/usr/share/cargo/registry/tokio-sync-0.1.8/tests/oneshot.rs
/usr/share/cargo/registry/tokio-sync-0.1.8/tests/semaphore.rs
/usr/share/cargo/registry/tokio-sync-0.1.8/tests/watch.rs
/usr/share/doc/rust-tokio-sync-devel
/usr/share/doc/rust-tokio-sync-devel/CHANGELOG.md
/usr/share/doc/rust-tokio-sync-devel/README.md
/usr/share/licenses/rust-tokio-sync-devel
/usr/share/licenses/rust-tokio-sync-devel/LICENSE

References

Summary

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