How to Install and Uninstall rust-aead+default-devel.noarch Package on Fedora 35

Last updated: June 02,2024

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

This guide covers the steps necessary to install rust-aead+default-devel.noarch on Fedora 35

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

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

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

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

3. Information about the rust-aead+default-devel.noarch package on Fedora 35

Last metadata expiration check: 1:49:06 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : rust-aead+default-devel
Version : 0.4.3
Release : 1.fc35
Architecture : noarch
Size : 7.6 k
Source : rust-aead-0.4.3-1.fc35.src.rpm
Repository : updates
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 "default" feature of the "aead" crate.