How to Install and Uninstall rust-aead+heapless-devel.noarch Package on Fedora 38

Last updated: June 03,2024

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

This tutorial shows how to install rust-aead+heapless-devel.noarch on Fedora 38

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

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

Please follow the guidelines below to uninstall rust-aead+heapless-devel.noarch on Fedora 38:

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

3. Information about the rust-aead+heapless-devel.noarch package on Fedora 38

Last metadata expiration check: 5:22:49 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : rust-aead+heapless-devel
Version : 0.5.2
Release : 1.fc38
Architecture : noarch
Size : 8.2 k
Source : rust-aead-0.5.2-1.fc38.src.rpm
Repository : fedora
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 "heapless" feature of the "aead" crate.