How to Install and Uninstall rust-aead+alloc-devel.noarch Package on AlmaLinux 9

Last updated: June 23,2024

1. Install "rust-aead+alloc-devel.noarch" package

This is a short guide on how to install rust-aead+alloc-devel.noarch on AlmaLinux 9

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

2. Uninstall "rust-aead+alloc-devel.noarch" package

Please follow the instructions below to uninstall rust-aead+alloc-devel.noarch on AlmaLinux 9:

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

3. Information about the rust-aead+alloc-devel.noarch package on AlmaLinux 9

Last metadata expiration check: 0:36:03 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : rust-aead+alloc-devel
Version : 0.5.2
Release : 1.el9
Architecture : noarch
Size : 7.9 k
Source : rust-aead-0.5.2-1.el9.src.rpm
Repository : epel
Summary : Traits for Authenticated Encryption with Associated Data
URL : https://crates.io/crates/aead
License : MIT OR Apache-2.0
Description : Traits for Authenticated Encryption with Associated Data (AEAD)
: algorithms, such as AES-GCM as ChaCha20Poly1305, which provide a high-
: level API.
:
: This package contains library source intended for building other packages which
: use the "alloc" feature of the "aead" crate.