How To Install rust-arc-swap-devel on Fedora 36

In this tutorial we learn how to install rust-arc-swap-devel in Fedora 36. rust-arc-swap-devel is Atomically swappable Arc

Introduction

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

What is rust-arc-swap-devel

Atomically swappable Arc. This package contains library source intended for building other packages which use “arc-swap” crate.

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

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

sudo dnf -y install rust-arc-swap-devel

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

sudo yum -y install rust-arc-swap-devel

How To Uninstall rust-arc-swap-devel on Fedora 36

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

sudo dnf remove rust-arc-swap-devel

rust-arc-swap-devel Package Contents on Fedora 36

/usr/share/cargo/registry/arc-swap-1.5.0
/usr/share/cargo/registry/arc-swap-1.5.0/.cargo-checksum.json
/usr/share/cargo/registry/arc-swap-1.5.0/CHANGELOG.md
/usr/share/cargo/registry/arc-swap-1.5.0/Cargo.toml
/usr/share/cargo/registry/arc-swap-1.5.0/LICENSE-APACHE
/usr/share/cargo/registry/arc-swap-1.5.0/LICENSE-MIT
/usr/share/cargo/registry/arc-swap-1.5.0/README.md
/usr/share/cargo/registry/arc-swap-1.5.0/TODO
/usr/share/cargo/registry/arc-swap-1.5.0/benches
/usr/share/cargo/registry/arc-swap-1.5.0/benches/background.rs
/usr/share/cargo/registry/arc-swap-1.5.0/benches/int-access.rs
/usr/share/cargo/registry/arc-swap-1.5.0/benches/track.rs
/usr/share/cargo/registry/arc-swap-1.5.0/ci-check.sh
/usr/share/cargo/registry/arc-swap-1.5.0/rustfmt.toml
/usr/share/cargo/registry/arc-swap-1.5.0/src
/usr/share/cargo/registry/arc-swap-1.5.0/src/access.rs
/usr/share/cargo/registry/arc-swap-1.5.0/src/as_raw.rs
/usr/share/cargo/registry/arc-swap-1.5.0/src/cache.rs
/usr/share/cargo/registry/arc-swap-1.5.0/src/compile_fail_tests.rs
/usr/share/cargo/registry/arc-swap-1.5.0/src/debt
/usr/share/cargo/registry/arc-swap-1.5.0/src/debt/fast.rs
/usr/share/cargo/registry/arc-swap-1.5.0/src/debt/helping.rs
/usr/share/cargo/registry/arc-swap-1.5.0/src/debt/list.rs
/usr/share/cargo/registry/arc-swap-1.5.0/src/debt/mod.rs
/usr/share/cargo/registry/arc-swap-1.5.0/src/docs
/usr/share/cargo/registry/arc-swap-1.5.0/src/docs/internal.rs
/usr/share/cargo/registry/arc-swap-1.5.0/src/docs/limitations.rs
/usr/share/cargo/registry/arc-swap-1.5.0/src/docs/mod.rs
/usr/share/cargo/registry/arc-swap-1.5.0/src/docs/patterns.rs
/usr/share/cargo/registry/arc-swap-1.5.0/src/docs/performance.rs
/usr/share/cargo/registry/arc-swap-1.5.0/src/lib.rs
/usr/share/cargo/registry/arc-swap-1.5.0/src/ref_cnt.rs
/usr/share/cargo/registry/arc-swap-1.5.0/src/serde.rs
/usr/share/cargo/registry/arc-swap-1.5.0/src/strategy
/usr/share/cargo/registry/arc-swap-1.5.0/src/strategy/hybrid.rs
/usr/share/cargo/registry/arc-swap-1.5.0/src/strategy/mod.rs
/usr/share/cargo/registry/arc-swap-1.5.0/src/strategy/rw_lock.rs
/usr/share/cargo/registry/arc-swap-1.5.0/src/strategy/test_strategies.rs
/usr/share/cargo/registry/arc-swap-1.5.0/src/weak.rs
/usr/share/cargo/registry/arc-swap-1.5.0/tests
/usr/share/cargo/registry/arc-swap-1.5.0/tests/random.rs
/usr/share/cargo/registry/arc-swap-1.5.0/tests/stress.rs
/usr/share/doc/rust-arc-swap-devel
/usr/share/doc/rust-arc-swap-devel/CHANGELOG.md
/usr/share/doc/rust-arc-swap-devel/README.md
/usr/share/licenses/rust-arc-swap-devel
/usr/share/licenses/rust-arc-swap-devel/LICENSE-APACHE
/usr/share/licenses/rust-arc-swap-devel/LICENSE-MIT

References

Summary

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