How to Install and Uninstall golang-github-aead-poly1305-devel.noarch Package on Fedora 34

Last updated: October 05,2024

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

Please follow the guidelines below to install golang-github-aead-poly1305-devel.noarch on Fedora 34

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

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

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

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

3. Information about the golang-github-aead-poly1305-devel.noarch package on Fedora 34

Last metadata expiration check: 3:36:47 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : golang-github-aead-poly1305-devel
Version : 0
Release : 0.9.20180717git3fee0db.fc34
Architecture : noarch
Size : 20 k
Source : golang-github-aead-poly1305-0-0.9.20180717git3fee0db.fc34.src.rpm
Repository : fedora
Summary : Poly1305 message authentication code
URL : https://github.com/aead/poly1305
License : MIT
Description : Poly1305 is a fast, one-time authentication function created by Daniel J.
: Bernstein. It is infeasible for an attacker to generate an authenticator for a
: message without the key. However, a key must only be used for a single message.
: Authenticating two different messages with the same key allows an attacker to
: forge authenticators for other messages with the same key.
:
: This package contains the source code needed for building packages that
: reference the following Go import paths:
: – github.com/aead/poly1305