How to Install and Uninstall rust-der+pem-devel.noarch Package on Oracle Linux 9

Last updated: July 01,2024

1. Install "rust-der+pem-devel.noarch" package

Please follow the steps below to install rust-der+pem-devel.noarch on Oracle Linux 9

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

2. Uninstall "rust-der+pem-devel.noarch" package

This guide covers the steps necessary to uninstall rust-der+pem-devel.noarch on Oracle Linux 9:

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

3. Information about the rust-der+pem-devel.noarch package on Oracle Linux 9

Last metadata expiration check: 2:45:22 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : rust-der+pem-devel
Version : 0.7.8
Release : 1.el9
Architecture : noarch
Size : 8.3 k
Source : rust-der-0.7.8-1.el9.src.rpm
Repository : epel
Summary : Pure Rust embedded-friendly implementation of DER for ASN.1
URL : https://crates.io/crates/der
License : Apache-2.0 OR MIT
Description : Pure Rust embedded-friendly implementation of the Distinguished Encoding
: Rules (DER) for Abstract Syntax Notation One (ASN.1) as described in ITU
: X.690 with full support for heapless no_std targets.
:
: This package contains library source intended for building other packages which
: use the "pem" feature of the "der" crate.