How to Install and Uninstall golang-github-aead-chacha20-devel.noarch Package on Fedora 36

Last updated: September 30,2024

1. Install "golang-github-aead-chacha20-devel.noarch" package

This is a short guide on how to install golang-github-aead-chacha20-devel.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install golang-github-aead-chacha20-devel.noarch

2. Uninstall "golang-github-aead-chacha20-devel.noarch" package

This tutorial shows how to uninstall golang-github-aead-chacha20-devel.noarch on Fedora 36:

$ sudo dnf remove golang-github-aead-chacha20-devel.noarch $ sudo dnf autoremove

3. Information about the golang-github-aead-chacha20-devel.noarch package on Fedora 36

Last metadata expiration check: 3:47:41 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : golang-github-aead-chacha20-devel
Version : 0
Release : 0.10.20190523git8b13a72.fc36
Architecture : noarch
Size : 30 k
Source : golang-github-aead-chacha20-0-0.10.20190523git8b13a72.fc36.src.rpm
Repository : fedora
Summary : ChaCha20 and XChaCha20 stream ciphers
URL : https://github.com/aead/chacha20
License : MIT
Description : ChaCha is a stream cipher family created by Daniel J. Bernstein. The most common
: ChaCha variant is ChaCha20 (20 rounds). ChaCha20 is standardized in RFC 7539.
:
: This package provides implementations of three ChaCha versions:
:
: – ChaCha20 with a 64 bit nonce (can en/decrypt up to 2^64 * 64 bytes for one
: key-nonce combination)
: – ChaCha20 with a 96 bit nonce (can en/decrypt up to 2^32 * 64 bytes ~ 256 GB
: for one key-nonce combination)
: – XChaCha20 with a 192 bit nonce (can en/decrypt up to 2^64 * 64 bytes for one
: key-nonce combination)
:
: Furthermore the chacha sub package implements ChaCha20/12 and ChaCha20/8. These
: versions use 12 or 8 rounds inste -d of 20. But it's recommended to use ChaCha20
: (with 20 rounds) - it will be fast enough for almost all purposes.
:
: This package contains the source code needed for building packages that
: reference the following Go import paths:
: – github.com/aead/chacha20