How to Install and Uninstall rust-aes-gcm-devel.noarch Package on Fedora 38

Last updated: June 03,2024

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

This guide covers the steps necessary to install rust-aes-gcm-devel.noarch on Fedora 38

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

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

Please follow the guidance below to uninstall rust-aes-gcm-devel.noarch on Fedora 38:

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

3. Information about the rust-aes-gcm-devel.noarch package on Fedora 38

Last metadata expiration check: 2:39:44 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : rust-aes-gcm-devel
Version : 0.10.3
Release : 1.fc38
Architecture : noarch
Size : 138 k
Source : rust-aes-gcm-0.10.3-1.fc38.src.rpm
Repository : updates
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 "aes-gcm" crate.