How To Install rust-parking_lot_core-devel on Fedora 36

In this tutorial we learn how to install rust-parking_lot_core-devel in Fedora 36. rust-parking_lot_core-devel is Advanced API for creating custom synchronization primitives

Introduction

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

What is rust-parking_lot_core-devel

Advanced API for creating custom synchronization primitives. This package contains library source intended for building other packages which use the “parking_lot_core” crate.

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

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

sudo dnf -y install rust-parking_lot_core-devel

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

sudo yum -y install rust-parking_lot_core-devel

How To Uninstall rust-parking_lot_core-devel on Fedora 36

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

sudo dnf remove rust-parking_lot_core-devel

rust-parking_lot_core-devel Package Contents on Fedora 36

/usr/share/cargo/registry/parking_lot_core-0.9.1
/usr/share/cargo/registry/parking_lot_core-0.9.1/.cargo-checksum.json
/usr/share/cargo/registry/parking_lot_core-0.9.1/Cargo.toml
/usr/share/cargo/registry/parking_lot_core-0.9.1/LICENSE-APACHE
/usr/share/cargo/registry/parking_lot_core-0.9.1/LICENSE-MIT
/usr/share/cargo/registry/parking_lot_core-0.9.1/build.rs
/usr/share/cargo/registry/parking_lot_core-0.9.1/src
/usr/share/cargo/registry/parking_lot_core-0.9.1/src/lib.rs
/usr/share/cargo/registry/parking_lot_core-0.9.1/src/parking_lot.rs
/usr/share/cargo/registry/parking_lot_core-0.9.1/src/spinwait.rs
/usr/share/cargo/registry/parking_lot_core-0.9.1/src/thread_parker
/usr/share/cargo/registry/parking_lot_core-0.9.1/src/thread_parker/generic.rs
/usr/share/cargo/registry/parking_lot_core-0.9.1/src/thread_parker/linux.rs
/usr/share/cargo/registry/parking_lot_core-0.9.1/src/thread_parker/mod.rs
/usr/share/cargo/registry/parking_lot_core-0.9.1/src/thread_parker/redox.rs
/usr/share/cargo/registry/parking_lot_core-0.9.1/src/thread_parker/sgx.rs
/usr/share/cargo/registry/parking_lot_core-0.9.1/src/thread_parker/unix.rs
/usr/share/cargo/registry/parking_lot_core-0.9.1/src/thread_parker/wasm.rs
/usr/share/cargo/registry/parking_lot_core-0.9.1/src/thread_parker/wasm_atomic.rs
/usr/share/cargo/registry/parking_lot_core-0.9.1/src/thread_parker/windows
/usr/share/cargo/registry/parking_lot_core-0.9.1/src/thread_parker/windows/keyed_event.rs
/usr/share/cargo/registry/parking_lot_core-0.9.1/src/thread_parker/windows/mod.rs
/usr/share/cargo/registry/parking_lot_core-0.9.1/src/thread_parker/windows/waitaddress.rs
/usr/share/cargo/registry/parking_lot_core-0.9.1/src/util.rs
/usr/share/cargo/registry/parking_lot_core-0.9.1/src/word_lock.rs

References

Summary

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