How to Install and Uninstall rust-pem-rfc7468_0.2+alloc-devel.noarch Package on Fedora 39

Last updated: October 15,2024

1. Install "rust-pem-rfc7468_0.2+alloc-devel.noarch" package

Here is a brief guide to show you how to install rust-pem-rfc7468_0.2+alloc-devel.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install rust-pem-rfc7468_0.2+alloc-devel.noarch

2. Uninstall "rust-pem-rfc7468_0.2+alloc-devel.noarch" package

This guide covers the steps necessary to uninstall rust-pem-rfc7468_0.2+alloc-devel.noarch on Fedora 39:

$ sudo dnf remove rust-pem-rfc7468_0.2+alloc-devel.noarch $ sudo dnf autoremove

3. Information about the rust-pem-rfc7468_0.2+alloc-devel.noarch package on Fedora 39

Last metadata expiration check: 3:20:18 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : rust-pem-rfc7468_0.2+alloc-devel
Version : 0.2.4
Release : 2.fc39
Architecture : noarch
Size : 7.7 k
Source : rust-pem-rfc7468_0.2-0.2.4-2.fc39.src.rpm
Repository : fedora
Summary : PEM Encoding (RFC 7468) for PKIX, PKCS, and CMS Structures
URL : https://crates.io/crates/pem-rfc7468
License : Apache-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 "alloc" feature of the "pem-rfc7468" crate.