How to Install and Uninstall golang-github-aead-chacha20-dev Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: May 15,2024

1. Install "golang-github-aead-chacha20-dev" package

This guide covers the steps necessary to install golang-github-aead-chacha20-dev on Ubuntu 21.04 (Hirsute Hippo)

$ sudo apt update $ sudo apt install golang-github-aead-chacha20-dev

2. Uninstall "golang-github-aead-chacha20-dev" package

This tutorial shows how to uninstall golang-github-aead-chacha20-dev on Ubuntu 21.04 (Hirsute Hippo):

$ sudo apt remove golang-github-aead-chacha20-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the golang-github-aead-chacha20-dev package on Ubuntu 21.04 (Hirsute Hippo)

Package: golang-github-aead-chacha20-dev
Architecture: all
Version: 0.0~git20180709.8b13a72-4
Multi-Arch: foreign
Priority: optional
Section: universe/devel
Source: golang-github-aead-chacha20
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Go Packaging Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 106
Filename: pool/universe/g/golang-github-aead-chacha20/golang-github-aead-chacha20-dev_0.0~git20180709.8b13a72-4_all.deb
Size: 18988
MD5sum: d71a6a30abf3a1445b38250bf86b203c
SHA1: bf53ecc8d44e35cfc465ca6e1d57ec5069d9fbbf
SHA256: d4c2449e619c0e45c1bbdbc610adf6eec8a100ebc481491b87a98f93c1a0b565
SHA512: 0f2edbe31efdf9289b8c4015c659a5f2dfe1b520a233732a8155da7c9b6f42188fd562f4a96f414103dd17fa623a62a74be3f30b9e2a8e1f361d1b5b59181131
Homepage: https://github.com/aead/chacha20
Description-en: ChaCha20 and XChaCha20 stream ciphers go library
The ChaCha20 stream cipher ChaCha is a stream cipher family
created by Daniel J. Bernstein. The most common ChaCha cipher
is ChaCha20 (20 rounds). ChaCha20 is standardized in RFC 7539
(https://tools.ietf.org/html/rfc7539).
.
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 subpackage implements ChaCha20/12 and ChaCha20/8.
These versions use 12 or 8 rounds instead of 20. But it's recommended
to use ChaCha20 (with 20 rounds) - it will be fast enough for
almost all purposes.
Description-md5: 388f6c8af1ecf876e398a564e756136f