How To Install rust-webpki-devel on Fedora 36

In this tutorial we learn how to install rust-webpki-devel in Fedora 36. rust-webpki-devel is Web PKI X.509 Certificate Verification

Introduction

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

What is rust-webpki-devel

Web PKI X.509 Certificate Verification. This package contains library source intended for building other packages which use “webpki” crate.

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

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

sudo dnf -y install rust-webpki-devel

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

sudo yum -y install rust-webpki-devel

How To Uninstall rust-webpki-devel on Fedora 36

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

sudo dnf remove rust-webpki-devel

rust-webpki-devel Package Contents on Fedora 36

/usr/share/cargo/registry/webpki-0.21.4
/usr/share/cargo/registry/webpki-0.21.4/.cargo-checksum.json
/usr/share/cargo/registry/webpki-0.21.4/Cargo.toml
/usr/share/cargo/registry/webpki-0.21.4/LICENSE
/usr/share/cargo/registry/webpki-0.21.4/README.md
/usr/share/cargo/registry/webpki-0.21.4/src
/usr/share/cargo/registry/webpki-0.21.4/src/calendar.rs
/usr/share/cargo/registry/webpki-0.21.4/src/cert.rs
/usr/share/cargo/registry/webpki-0.21.4/src/data
/usr/share/cargo/registry/webpki-0.21.4/src/data/README.md
/usr/share/cargo/registry/webpki-0.21.4/src/data/alg-ecdsa-p256.der
/usr/share/cargo/registry/webpki-0.21.4/src/data/alg-ecdsa-p384.der
/usr/share/cargo/registry/webpki-0.21.4/src/data/alg-ecdsa-sha256.der
/usr/share/cargo/registry/webpki-0.21.4/src/data/alg-ecdsa-sha384.der
/usr/share/cargo/registry/webpki-0.21.4/src/data/alg-ed25519.der
/usr/share/cargo/registry/webpki-0.21.4/src/data/alg-rsa-encryption.der
/usr/share/cargo/registry/webpki-0.21.4/src/data/alg-rsa-pkcs1-sha256.der
/usr/share/cargo/registry/webpki-0.21.4/src/data/alg-rsa-pkcs1-sha384.der
/usr/share/cargo/registry/webpki-0.21.4/src/data/alg-rsa-pkcs1-sha512.der
/usr/share/cargo/registry/webpki-0.21.4/src/data/alg-rsa-pss-sha256.der
/usr/share/cargo/registry/webpki-0.21.4/src/data/alg-rsa-pss-sha384.der
/usr/share/cargo/registry/webpki-0.21.4/src/data/alg-rsa-pss-sha512.der
/usr/share/cargo/registry/webpki-0.21.4/src/der.rs
/usr/share/cargo/registry/webpki-0.21.4/src/error.rs
/usr/share/cargo/registry/webpki-0.21.4/src/name.rs
/usr/share/cargo/registry/webpki-0.21.4/src/signed_data.rs
/usr/share/cargo/registry/webpki-0.21.4/src/time.rs
/usr/share/cargo/registry/webpki-0.21.4/src/trust_anchor_util.rs
/usr/share/cargo/registry/webpki-0.21.4/src/verify_cert.rs
/usr/share/cargo/registry/webpki-0.21.4/src/webpki.rs
/usr/share/cargo/registry/webpki-0.21.4/tests
/usr/share/cargo/registry/webpki-0.21.4/tests/dns_name_tests.rs
/usr/share/cargo/registry/webpki-0.21.4/tests/ed25519
/usr/share/cargo/registry/webpki-0.21.4/tests/ed25519/ca.der
/usr/share/cargo/registry/webpki-0.21.4/tests/ed25519/ee.der
/usr/share/cargo/registry/webpki-0.21.4/tests/integration.rs
/usr/share/cargo/registry/webpki-0.21.4/tests/misc
/usr/share/cargo/registry/webpki-0.21.4/tests/misc/serial_neg.der
/usr/share/cargo/registry/webpki-0.21.4/tests/misc/serial_zero.der
/usr/share/cargo/registry/webpki-0.21.4/tests/netflix
/usr/share/cargo/registry/webpki-0.21.4/tests/netflix/ca.der
/usr/share/cargo/registry/webpki-0.21.4/tests/netflix/ee.der
/usr/share/cargo/registry/webpki-0.21.4/tests/netflix/inter.der
/usr/share/doc/rust-webpki-devel
/usr/share/doc/rust-webpki-devel/README.md
/usr/share/licenses/rust-webpki-devel
/usr/share/licenses/rust-webpki-devel/LICENSE

References

Summary

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