How to Install and Uninstall rust-pkcs1+std-devel.noarch Package on CentOS Stream 9

Last updated: September 27,2024

1. Install "rust-pkcs1+std-devel.noarch" package

Here is a brief guide to show you how to install rust-pkcs1+std-devel.noarch on CentOS Stream 9

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

2. Uninstall "rust-pkcs1+std-devel.noarch" package

This is a short guide on how to uninstall rust-pkcs1+std-devel.noarch on CentOS Stream 9:

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

3. Information about the rust-pkcs1+std-devel.noarch package on CentOS Stream 9

Last metadata expiration check: 1:37:28 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : rust-pkcs1+std-devel
Version : 0.7.5
Release : 1.el9
Architecture : noarch
Size : 7.9 k
Source : rust-pkcs1-0.7.5-1.el9.src.rpm
Repository : epel
Summary : Pure Rust implementation of PKCS#1 (RFC 8017)
URL : https://crates.io/crates/pkcs1
License : Apache-2.0 OR MIT
Description : Pure Rust implementation of Public-Key Cryptography Standards (PKCS) #1:
: RSA Cryptography Specifications Version 2.2 (RFC 8017).
:
: This package contains library source intended for building other packages which
: use the "std" feature of the "pkcs1" crate.