How to Install and Uninstall rust-pem-rfc7468+std-devel.noarch Package on Fedora 36

Last updated: October 07,2024

1. Install "rust-pem-rfc7468+std-devel.noarch" package

This tutorial shows how to install rust-pem-rfc7468+std-devel.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install rust-pem-rfc7468+std-devel.noarch

2. Uninstall "rust-pem-rfc7468+std-devel.noarch" package

In this section, we are going to explain the necessary steps to uninstall rust-pem-rfc7468+std-devel.noarch on Fedora 36:

$ sudo dnf remove rust-pem-rfc7468+std-devel.noarch $ sudo dnf autoremove

3. Information about the rust-pem-rfc7468+std-devel.noarch package on Fedora 36

Last metadata expiration check: 2:12:22 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : rust-pem-rfc7468+std-devel
Version : 0.2.4
Release : 2.fc36
Architecture : noarch
Size : 7.5 k
Source : rust-pem-rfc7468-0.2.4-2.fc36.src.rpm
Repository : fedora
Summary : PEM Encoding (RFC 7468) for PKIX, PKCS, and CMS Structures
URL : https://crates.io/crates/pem-rfc7468
License : ASL 2.0 or MIT
Description : PEM Encoding (RFC 7468) for PKIX, PKCS, and CMS Structures, implementing a
: strict subset of the original Privacy-Enhanced Mail encoding intended
: specifically for use with cryptographic keys, certificates, and other messages.
: Provides a no_std-friendly, constant-time implementation suitable for use with
: cryptographic private keys.
:
: This package contains library source intended for building other packages which
: use the "std" feature of the "pem-rfc7468" crate.