How To Install rust-rustls-pemfile-devel on Fedora 36

In this tutorial we learn how to install rust-rustls-pemfile-devel in Fedora 36. rust-rustls-pemfile-devel is Basic .pem file parser for keys and certificates

Introduction

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

What is rust-rustls-pemfile-devel

Basic .pem file parser for keys and certificates. This package contains library source intended for building other packages which use the “rustls-pemfile” crate.

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

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

sudo dnf -y install rust-rustls-pemfile-devel

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

sudo yum -y install rust-rustls-pemfile-devel

How To Uninstall rust-rustls-pemfile-devel on Fedora 36

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

sudo dnf remove rust-rustls-pemfile-devel

rust-rustls-pemfile-devel Package Contents on Fedora 36

/usr/share/cargo/registry/rustls-pemfile-0.3.0
/usr/share/cargo/registry/rustls-pemfile-0.3.0/.cargo-checksum.json
/usr/share/cargo/registry/rustls-pemfile-0.3.0/Cargo.toml
/usr/share/cargo/registry/rustls-pemfile-0.3.0/LICENSE
/usr/share/cargo/registry/rustls-pemfile-0.3.0/LICENSE-APACHE
/usr/share/cargo/registry/rustls-pemfile-0.3.0/LICENSE-ISC
/usr/share/cargo/registry/rustls-pemfile-0.3.0/LICENSE-MIT
/usr/share/cargo/registry/rustls-pemfile-0.3.0/README.md
/usr/share/cargo/registry/rustls-pemfile-0.3.0/benches
/usr/share/cargo/registry/rustls-pemfile-0.3.0/benches/benchmark.rs
/usr/share/cargo/registry/rustls-pemfile-0.3.0/src
/usr/share/cargo/registry/rustls-pemfile-0.3.0/src/lib.rs
/usr/share/cargo/registry/rustls-pemfile-0.3.0/src/pemfile.rs
/usr/share/cargo/registry/rustls-pemfile-0.3.0/src/tests.rs
/usr/share/cargo/registry/rustls-pemfile-0.3.0/tests
/usr/share/cargo/registry/rustls-pemfile-0.3.0/tests/data
/usr/share/cargo/registry/rustls-pemfile-0.3.0/tests/data/certificate.chain.pem
/usr/share/cargo/registry/rustls-pemfile-0.3.0/tests/data/certificate.pem
/usr/share/cargo/registry/rustls-pemfile-0.3.0/tests/data/nistp256curve.pem
/usr/share/cargo/registry/rustls-pemfile-0.3.0/tests/data/nistp256key.pem
/usr/share/cargo/registry/rustls-pemfile-0.3.0/tests/data/nistp256key.pkcs8.pem
/usr/share/cargo/registry/rustls-pemfile-0.3.0/tests/data/rsa1024.pkcs1.pem
/usr/share/cargo/registry/rustls-pemfile-0.3.0/tests/data/rsa1024.pkcs8.pem
/usr/share/cargo/registry/rustls-pemfile-0.3.0/tests/data/zen.pem
/usr/share/cargo/registry/rustls-pemfile-0.3.0/tests/data/zen2.pem
/usr/share/cargo/registry/rustls-pemfile-0.3.0/tests/integration.rs

References

Summary

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