How To Install rust-ambient-authority-devel on Fedora 36

In this tutorial we learn how to install rust-ambient-authority-devel in Fedora 36. rust-ambient-authority-devel is Ambient Authority

Introduction

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

What is rust-ambient-authority-devel

Ambient Authority. This package contains library source intended for building other packages which use “ambient-authority” crate.

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

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

sudo dnf -y install rust-ambient-authority-devel

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

sudo yum -y install rust-ambient-authority-devel

How To Uninstall rust-ambient-authority-devel on Fedora 36

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

sudo dnf remove rust-ambient-authority-devel

rust-ambient-authority-devel Package Contents on Fedora 36

/usr/share/cargo/registry/ambient-authority-0.0.1
/usr/share/cargo/registry/ambient-authority-0.0.1/.cargo-checksum.json
/usr/share/cargo/registry/ambient-authority-0.0.1/CODE_OF_CONDUCT.md
/usr/share/cargo/registry/ambient-authority-0.0.1/COPYRIGHT
/usr/share/cargo/registry/ambient-authority-0.0.1/Cargo.toml
/usr/share/cargo/registry/ambient-authority-0.0.1/LICENSE-APACHE
/usr/share/cargo/registry/ambient-authority-0.0.1/LICENSE-Apache-2.0_WITH_LLVM-exception
/usr/share/cargo/registry/ambient-authority-0.0.1/LICENSE-MIT
/usr/share/cargo/registry/ambient-authority-0.0.1/ORG_CODE_OF_CONDUCT.md
/usr/share/cargo/registry/ambient-authority-0.0.1/README.md
/usr/share/cargo/registry/ambient-authority-0.0.1/SECURITY.md
/usr/share/cargo/registry/ambient-authority-0.0.1/clippy.toml
/usr/share/cargo/registry/ambient-authority-0.0.1/src
/usr/share/cargo/registry/ambient-authority-0.0.1/src/lib.rs
/usr/share/doc/rust-ambient-authority-devel
/usr/share/doc/rust-ambient-authority-devel/CODE_OF_CONDUCT.md
/usr/share/doc/rust-ambient-authority-devel/ORG_CODE_OF_CONDUCT.md
/usr/share/doc/rust-ambient-authority-devel/README.md
/usr/share/doc/rust-ambient-authority-devel/SECURITY.md
/usr/share/licenses/rust-ambient-authority-devel
/usr/share/licenses/rust-ambient-authority-devel/COPYRIGHT
/usr/share/licenses/rust-ambient-authority-devel/LICENSE-APACHE
/usr/share/licenses/rust-ambient-authority-devel/LICENSE-Apache-2.0_WITH_LLVM-exception
/usr/share/licenses/rust-ambient-authority-devel/LICENSE-MIT

References

Summary

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