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

Last updated: October 15,2024

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

Here is a brief guide to show you how to install rust-aead+heapless-devel.noarch on Fedora 39

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

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

This guide let you learn how to uninstall rust-aead+heapless-devel.noarch on Fedora 39:

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

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

Last metadata expiration check: 2:59:11 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : rust-aead+heapless-devel
Version : 0.5.2
Release : 2.fc39
Architecture : noarch
Size : 8.3 k
Source : rust-aead-0.5.2-2.fc39.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.