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

Last updated: September 25,2024

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

In this section, we are going to explain the necessary steps to install rust-aead+alloc-devel.noarch on CentOS Stream 9

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

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

This guide let you learn how to uninstall rust-aead+alloc-devel.noarch on CentOS Stream 9:

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

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

Last metadata expiration check: 0:34:01 ago on Sat Mar 16 16:03:45 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.