How to Install and Uninstall golang-github-sean-seed-devel.noarch Package on Fedora 34

Last updated: October 01,2024

1. Install "golang-github-sean-seed-devel.noarch" package

In this section, we are going to explain the necessary steps to install golang-github-sean-seed-devel.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install golang-github-sean-seed-devel.noarch

2. Uninstall "golang-github-sean-seed-devel.noarch" package

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

$ sudo dnf remove golang-github-sean-seed-devel.noarch $ sudo dnf autoremove

3. Information about the golang-github-sean-seed-devel.noarch package on Fedora 34

Last metadata expiration check: 4:42:53 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : golang-github-sean-seed-devel
Version : 0
Release : 0.5.20190623gite2103e2.fc34
Architecture : noarch
Size : 13 k
Source : golang-github-sean-seed-0-0.5.20190623gite2103e2.fc34.src.rpm
Repository : fedora
Summary : Securely seed go's random number generator
URL : https://github.com/sean-/seed
License : MIT and BSD
Description : Boiler-plate to securely seed Go's random
: number generator (if possible). This library isn't anything fancy, it's just a
: canonical way of seeding Go's random number generator. Cribbed from Nomad before
: it was moved into Consul and made into a helper function, and now further
: modularized to be a super lightweight and reusable library.
:
: This package contains the source code needed for building packages that
: reference the following Go import paths:
: – github.com/sean-/seed