How to Install and Uninstall rust-aes-gcm+alloc-devel.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: June 28,2024

1. Install "rust-aes-gcm+alloc-devel.noarch" package

This is a short guide on how to install rust-aes-gcm+alloc-devel.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install rust-aes-gcm+alloc-devel.noarch

2. Uninstall "rust-aes-gcm+alloc-devel.noarch" package

This tutorial shows how to uninstall rust-aes-gcm+alloc-devel.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove rust-aes-gcm+alloc-devel.noarch $ sudo dnf autoremove

3. Information about the rust-aes-gcm+alloc-devel.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 2:17:13 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : rust-aes-gcm+alloc-devel
Version : 0.10.3
Release : 1.el9
Architecture : noarch
Size : 8.1 k
Source : rust-aes-gcm-0.10.3-1.el9.src.rpm
Repository : epel
Summary : Pure Rust implementation of the AES-GCM AEAD Cipher
URL : https://crates.io/crates/aes-gcm
License : Apache-2.0 OR MIT
Description : Pure Rust implementation of the AES-GCM (Galois/Counter Mode)
: Authenticated Encryption with Associated Data (AEAD) Cipher with
: optional architecture-specific hardware acceleration.
:
: This package contains library source intended for building other packages which
: use the "alloc" feature of the "aes-gcm" crate.