How to Install and Uninstall rust-aes-gcm+std-devel.noarch Package on Fedora 39

Last updated: September 23,2024

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

Please follow the step by step instructions below to install rust-aes-gcm+std-devel.noarch on Fedora 39

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

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

Please follow the guidelines below to uninstall rust-aes-gcm+std-devel.noarch on Fedora 39:

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

3. Information about the rust-aes-gcm+std-devel.noarch package on Fedora 39

Last metadata expiration check: 2:25:50 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : rust-aes-gcm+std-devel
Version : 0.10.3
Release : 1.fc39
Architecture : noarch
Size : 8.3 k
Source : rust-aes-gcm-0.10.3-1.fc39.src.rpm
Repository : fedora
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 "std" feature of the "aes-gcm" crate.