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

Last updated: November 25,2024

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

This guide covers the steps necessary to install golang-github-aead-poly1305-devel.noarch on Fedora 35

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

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

Last metadata expiration check: 2:28:15 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : golang-github-aead-poly1305-devel
Version : 0
Release : 0.10.20180717git3fee0db.fc35
Architecture : noarch
Size : 20 k
Source : golang-github-aead-poly1305-0-0.10.20180717git3fee0db.fc35.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