How To Install rust-rsa-devel on Fedora 36

In this tutorial we learn how to install rust-rsa-devel in Fedora 36. rust-rsa-devel is Pure Rust RSA implementation

Introduction

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

What is rust-rsa-devel

Pure Rust RSA implementation. This package contains library source intended for building other packages which use the “rsa” crate.

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

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

sudo dnf -y install rust-rsa-devel

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

sudo yum -y install rust-rsa-devel

How To Uninstall rust-rsa-devel on Fedora 36

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

sudo dnf remove rust-rsa-devel

rust-rsa-devel Package Contents on Fedora 36

/usr/share/cargo/registry/rsa-0.5.0
/usr/share/cargo/registry/rsa-0.5.0/.cargo-checksum.json
/usr/share/cargo/registry/rsa-0.5.0/Cargo.toml
/usr/share/cargo/registry/rsa-0.5.0/LICENSE-APACHE
/usr/share/cargo/registry/rsa-0.5.0/LICENSE-MIT
/usr/share/cargo/registry/rsa-0.5.0/README.md
/usr/share/cargo/registry/rsa-0.5.0/benches
/usr/share/cargo/registry/rsa-0.5.0/benches/key.rs
/usr/share/cargo/registry/rsa-0.5.0/release.toml
/usr/share/cargo/registry/rsa-0.5.0/src
/usr/share/cargo/registry/rsa-0.5.0/src/algorithms.rs
/usr/share/cargo/registry/rsa-0.5.0/src/encoding.rs
/usr/share/cargo/registry/rsa-0.5.0/src/errors.rs
/usr/share/cargo/registry/rsa-0.5.0/src/hash.rs
/usr/share/cargo/registry/rsa-0.5.0/src/internals.rs
/usr/share/cargo/registry/rsa-0.5.0/src/key.rs
/usr/share/cargo/registry/rsa-0.5.0/src/lib.rs
/usr/share/cargo/registry/rsa-0.5.0/src/oaep.rs
/usr/share/cargo/registry/rsa-0.5.0/src/padding.rs
/usr/share/cargo/registry/rsa-0.5.0/src/pkcs1v15.rs
/usr/share/cargo/registry/rsa-0.5.0/src/pss.rs
/usr/share/cargo/registry/rsa-0.5.0/src/raw.rs
/usr/share/cargo/registry/rsa-0.5.0/tests
/usr/share/cargo/registry/rsa-0.5.0/tests/examples
/usr/share/cargo/registry/rsa-0.5.0/tests/examples/pkcs1
/usr/share/cargo/registry/rsa-0.5.0/tests/examples/pkcs1/rsa2048-priv.der
/usr/share/cargo/registry/rsa-0.5.0/tests/examples/pkcs1/rsa2048-priv.pem
/usr/share/cargo/registry/rsa-0.5.0/tests/examples/pkcs1/rsa2048-pub.der
/usr/share/cargo/registry/rsa-0.5.0/tests/examples/pkcs1/rsa2048-pub.pem
/usr/share/cargo/registry/rsa-0.5.0/tests/examples/pkcs1/rsa4096-priv.der
/usr/share/cargo/registry/rsa-0.5.0/tests/examples/pkcs1/rsa4096-priv.pem
/usr/share/cargo/registry/rsa-0.5.0/tests/examples/pkcs1/rsa4096-pub.der
/usr/share/cargo/registry/rsa-0.5.0/tests/examples/pkcs1/rsa4096-pub.pem
/usr/share/cargo/registry/rsa-0.5.0/tests/examples/pkcs8
/usr/share/cargo/registry/rsa-0.5.0/tests/examples/pkcs8/rsa2048-priv.der
/usr/share/cargo/registry/rsa-0.5.0/tests/examples/pkcs8/rsa2048-priv.pem
/usr/share/cargo/registry/rsa-0.5.0/tests/examples/pkcs8/rsa2048-pub.der
/usr/share/cargo/registry/rsa-0.5.0/tests/examples/pkcs8/rsa2048-pub.pem
/usr/share/cargo/registry/rsa-0.5.0/tests/pkcs1.rs
/usr/share/cargo/registry/rsa-0.5.0/tests/pkcs8.rs
/usr/share/doc/rust-rsa-devel
/usr/share/doc/rust-rsa-devel/README.md
/usr/share/licenses/rust-rsa-devel
/usr/share/licenses/rust-rsa-devel/LICENSE-APACHE
/usr/share/licenses/rust-rsa-devel/LICENSE-MIT

References

Summary

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