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

Last updated: June 16,2024

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

This guide covers the steps necessary to install rust-aead+dev-devel.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

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

Please follow the step by step instructions below to uninstall rust-aead+dev-devel.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

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

Last metadata expiration check: 0:38:55 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : rust-aead+dev-devel
Version : 0.5.2
Release : 1.el9
Architecture : noarch
Size : 8.0 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 "dev" feature of the "aead" crate.