How To Install rust-rayon-core-devel on Fedora 36

In this tutorial we learn how to install rust-rayon-core-devel in Fedora 36. rust-rayon-core-devel is Core APIs for Rayon

Introduction

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

What is rust-rayon-core-devel

Core APIs for Rayon. This package contains library source intended for building other packages which use “rayon-core” crate.

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

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

sudo dnf -y install rust-rayon-core-devel

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

sudo yum -y install rust-rayon-core-devel

How To Uninstall rust-rayon-core-devel on Fedora 36

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

sudo dnf remove rust-rayon-core-devel

rust-rayon-core-devel Package Contents on Fedora 36

/usr/share/cargo/registry/rayon-core-1.9.1
/usr/share/cargo/registry/rayon-core-1.9.1/.cargo-checksum.json
/usr/share/cargo/registry/rayon-core-1.9.1/Cargo.toml
/usr/share/cargo/registry/rayon-core-1.9.1/LICENSE-APACHE
/usr/share/cargo/registry/rayon-core-1.9.1/LICENSE-MIT
/usr/share/cargo/registry/rayon-core-1.9.1/README.md
/usr/share/cargo/registry/rayon-core-1.9.1/build.rs
/usr/share/cargo/registry/rayon-core-1.9.1/src
/usr/share/cargo/registry/rayon-core-1.9.1/src/compile_fail
/usr/share/cargo/registry/rayon-core-1.9.1/src/compile_fail/mod.rs
/usr/share/cargo/registry/rayon-core-1.9.1/src/compile_fail/quicksort_race1.rs
/usr/share/cargo/registry/rayon-core-1.9.1/src/compile_fail/quicksort_race2.rs
/usr/share/cargo/registry/rayon-core-1.9.1/src/compile_fail/quicksort_race3.rs
/usr/share/cargo/registry/rayon-core-1.9.1/src/compile_fail/rc_return.rs
/usr/share/cargo/registry/rayon-core-1.9.1/src/compile_fail/rc_upvar.rs
/usr/share/cargo/registry/rayon-core-1.9.1/src/compile_fail/scope_join_bad.rs
/usr/share/cargo/registry/rayon-core-1.9.1/src/job.rs
/usr/share/cargo/registry/rayon-core-1.9.1/src/join
/usr/share/cargo/registry/rayon-core-1.9.1/src/join/mod.rs
/usr/share/cargo/registry/rayon-core-1.9.1/src/join/test.rs
/usr/share/cargo/registry/rayon-core-1.9.1/src/latch.rs
/usr/share/cargo/registry/rayon-core-1.9.1/src/lib.rs
/usr/share/cargo/registry/rayon-core-1.9.1/src/log.rs
/usr/share/cargo/registry/rayon-core-1.9.1/src/private.rs
/usr/share/cargo/registry/rayon-core-1.9.1/src/registry.rs
/usr/share/cargo/registry/rayon-core-1.9.1/src/scope
/usr/share/cargo/registry/rayon-core-1.9.1/src/scope/mod.rs
/usr/share/cargo/registry/rayon-core-1.9.1/src/scope/test.rs
/usr/share/cargo/registry/rayon-core-1.9.1/src/sleep
/usr/share/cargo/registry/rayon-core-1.9.1/src/sleep/README.md
/usr/share/cargo/registry/rayon-core-1.9.1/src/sleep/counters.rs
/usr/share/cargo/registry/rayon-core-1.9.1/src/sleep/mod.rs
/usr/share/cargo/registry/rayon-core-1.9.1/src/spawn
/usr/share/cargo/registry/rayon-core-1.9.1/src/spawn/mod.rs
/usr/share/cargo/registry/rayon-core-1.9.1/src/spawn/test.rs
/usr/share/cargo/registry/rayon-core-1.9.1/src/test.rs
/usr/share/cargo/registry/rayon-core-1.9.1/src/thread_pool
/usr/share/cargo/registry/rayon-core-1.9.1/src/thread_pool/mod.rs
/usr/share/cargo/registry/rayon-core-1.9.1/src/thread_pool/test.rs
/usr/share/cargo/registry/rayon-core-1.9.1/src/unwind.rs
/usr/share/cargo/registry/rayon-core-1.9.1/tests
/usr/share/cargo/registry/rayon-core-1.9.1/tests/double_init_fail.rs
/usr/share/cargo/registry/rayon-core-1.9.1/tests/init_zero_threads.rs
/usr/share/cargo/registry/rayon-core-1.9.1/tests/scope_join.rs
/usr/share/cargo/registry/rayon-core-1.9.1/tests/scoped_threadpool.rs
/usr/share/cargo/registry/rayon-core-1.9.1/tests/simple_panic.rs
/usr/share/cargo/registry/rayon-core-1.9.1/tests/stack_overflow_crash.rs
/usr/share/doc/rust-rayon-core-devel
/usr/share/doc/rust-rayon-core-devel/README.md
/usr/share/licenses/rust-rayon-core-devel
/usr/share/licenses/rust-rayon-core-devel/LICENSE-APACHE
/usr/share/licenses/rust-rayon-core-devel/LICENSE-MIT

References

Summary

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