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

Last updated: July 05,2024

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

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

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

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

Please follow the guidance below to uninstall golang-github-aead-poly1305-devel.noarch on Fedora 36:

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

Last metadata expiration check: 5:35:16 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : golang-github-aead-poly1305-devel
Version : 0
Release : 0.11.20180717git3fee0db.fc36
Architecture : noarch
Size : 20 k
Source : golang-github-aead-poly1305-0-0.11.20180717git3fee0db.fc36.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