How To Install rust-psa-crypto-devel on Fedora 36

In this tutorial we learn how to install rust-psa-crypto-devel in Fedora 36. rust-psa-crypto-devel is Wrapper around the PSA Cryptography API

Introduction

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

What is rust-psa-crypto-devel

Wrapper around the PSA Cryptography API. This package contains library source intended for building other packages which use the “psa-crypto” crate.

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

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

sudo dnf -y install rust-psa-crypto-devel

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

sudo yum -y install rust-psa-crypto-devel

How To Uninstall rust-psa-crypto-devel on Fedora 36

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

sudo dnf remove rust-psa-crypto-devel

rust-psa-crypto-devel Package Contents on Fedora 36

/usr/share/cargo/registry/psa-crypto-0.9.1
/usr/share/cargo/registry/psa-crypto-0.9.1/.cargo-checksum.json
/usr/share/cargo/registry/psa-crypto-0.9.1/Cargo.toml
/usr/share/cargo/registry/psa-crypto-0.9.1/LICENSE
/usr/share/cargo/registry/psa-crypto-0.9.1/README.md
/usr/share/cargo/registry/psa-crypto-0.9.1/src
/usr/share/cargo/registry/psa-crypto-0.9.1/src/lib.rs
/usr/share/cargo/registry/psa-crypto-0.9.1/src/operations
/usr/share/cargo/registry/psa-crypto-0.9.1/src/operations/aead.rs
/usr/share/cargo/registry/psa-crypto-0.9.1/src/operations/asym_encryption.rs
/usr/share/cargo/registry/psa-crypto-0.9.1/src/operations/asym_signature.rs
/usr/share/cargo/registry/psa-crypto-0.9.1/src/operations/cipher.rs
/usr/share/cargo/registry/psa-crypto-0.9.1/src/operations/hash.rs
/usr/share/cargo/registry/psa-crypto-0.9.1/src/operations/key_agreement.rs
/usr/share/cargo/registry/psa-crypto-0.9.1/src/operations/key_derivation.rs
/usr/share/cargo/registry/psa-crypto-0.9.1/src/operations/key_management.rs
/usr/share/cargo/registry/psa-crypto-0.9.1/src/operations/mac.rs
/usr/share/cargo/registry/psa-crypto-0.9.1/src/operations/message_digest.rs
/usr/share/cargo/registry/psa-crypto-0.9.1/src/operations/mod.rs
/usr/share/cargo/registry/psa-crypto-0.9.1/src/operations/other.rs
/usr/share/cargo/registry/psa-crypto-0.9.1/src/types
/usr/share/cargo/registry/psa-crypto-0.9.1/src/types/algorithm.rs
/usr/share/cargo/registry/psa-crypto-0.9.1/src/types/key.rs
/usr/share/cargo/registry/psa-crypto-0.9.1/src/types/key_derivation.rs
/usr/share/cargo/registry/psa-crypto-0.9.1/src/types/mod.rs
/usr/share/cargo/registry/psa-crypto-0.9.1/src/types/status.rs
/usr/share/cargo/registry/psa-crypto-0.9.1/tests
/usr/share/cargo/registry/psa-crypto-0.9.1/tests/aead.rs
/usr/share/cargo/registry/psa-crypto-0.9.1/tests/hash.rs
/usr/share/cargo/registry/psa-crypto-0.9.1/tests/key_agreement.rs
/usr/share/cargo/registry/psa-crypto-0.9.1/tests/key_derivation.rs
/usr/share/cargo/registry/psa-crypto-0.9.1/tests/mod.rs
/usr/share/doc/rust-psa-crypto-devel
/usr/share/doc/rust-psa-crypto-devel/README.md
/usr/share/licenses/rust-psa-crypto-devel
/usr/share/licenses/rust-psa-crypto-devel/LICENSE

References

Summary

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