How to Install and Uninstall rust-der+std-devel.noarch Package on AlmaLinux 9

Last updated: June 30,2024

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

Learn how to install rust-der+std-devel.noarch on AlmaLinux 9

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

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

Please follow the guidance below to uninstall rust-der+std-devel.noarch on AlmaLinux 9:

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

3. Information about the rust-der+std-devel.noarch package on AlmaLinux 9

Last metadata expiration check: 2:43:48 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : rust-der+std-devel
Version : 0.7.8
Release : 1.el9
Architecture : noarch
Size : 8.0 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 "std" feature of the "der" crate.