How To Install rust-pem-devel on Fedora 36

In this tutorial we learn how to install rust-pem-devel in Fedora 36. rust-pem-devel is Parse and encode PEM-encoded data

Introduction

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

What is rust-pem-devel

Parse and encode PEM-encoded data. This package contains library source intended for building other packages which use the “pem” crate.

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

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

sudo dnf -y install rust-pem-devel

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

sudo yum -y install rust-pem-devel

How To Uninstall rust-pem-devel on Fedora 36

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

sudo dnf remove rust-pem-devel

rust-pem-devel Package Contents on Fedora 36

/usr/share/cargo/registry/pem-1.0.2
/usr/share/cargo/registry/pem-1.0.2/.cargo-checksum.json
/usr/share/cargo/registry/pem-1.0.2/CHANGELOG.md
/usr/share/cargo/registry/pem-1.0.2/Cargo.toml
/usr/share/cargo/registry/pem-1.0.2/LICENSE.md
/usr/share/cargo/registry/pem-1.0.2/README.md
/usr/share/cargo/registry/pem-1.0.2/benches
/usr/share/cargo/registry/pem-1.0.2/benches/pem_benchmark.rs
/usr/share/cargo/registry/pem-1.0.2/rustfmt.toml
/usr/share/cargo/registry/pem-1.0.2/src
/usr/share/cargo/registry/pem-1.0.2/src/errors.rs
/usr/share/cargo/registry/pem-1.0.2/src/lib.rs
/usr/share/cargo/registry/pem-1.0.2/src/parser.rs
/usr/share/doc/rust-pem-devel
/usr/share/doc/rust-pem-devel/CHANGELOG.md
/usr/share/doc/rust-pem-devel/README.md
/usr/share/licenses/rust-pem-devel
/usr/share/licenses/rust-pem-devel/LICENSE.md

References

Summary

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