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

Last updated: October 11,2024

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

Please follow the steps below to install golang-github-aead-chacha20-devel.noarch on Fedora 39

$ 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 39:

$ 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 39

Last metadata expiration check: 0:52:35 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : golang-github-aead-chacha20-devel
Version : 0
Release : 0.14.20190523git8b13a72.fc39
Architecture : noarch
Size : 31 k
Source : golang-github-aead-chacha20-0-0.14.20190523git8b13a72.fc39.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