How to Install and Uninstall rust-aead+std-devel.noarch Package on Fedora 36

Last updated: September 23,2024

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

Please follow the steps below to install rust-aead+std-devel.noarch on Fedora 36

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

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

Please follow the instructions below to uninstall rust-aead+std-devel.noarch on Fedora 36:

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

3. Information about the rust-aead+std-devel.noarch package on Fedora 36

Last metadata expiration check: 3:11:42 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : rust-aead+std-devel
Version : 0.4.3
Release : 2.fc36
Architecture : noarch
Size : 7.9 k
Source : rust-aead-0.4.3-2.fc36.src.rpm
Repository : fedora
Summary : Traits for AEAD algorithms
URL : https://crates.io/crates/aead
License : MIT or ASL 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 "std" feature of the "aead" crate.