How to Install and Uninstall golang-github-satori-uuid-devel.noarch Package on Fedora 34

Last updated: July 03,2024

1. Install "golang-github-satori-uuid-devel.noarch" package

Please follow the step by step instructions below to install golang-github-satori-uuid-devel.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install golang-github-satori-uuid-devel.noarch

2. Uninstall "golang-github-satori-uuid-devel.noarch" package

This guide covers the steps necessary to uninstall golang-github-satori-uuid-devel.noarch on Fedora 34:

$ sudo dnf remove golang-github-satori-uuid-devel.noarch $ sudo dnf autoremove

3. Information about the golang-github-satori-uuid-devel.noarch package on Fedora 34

Last metadata expiration check: 1:17:50 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : golang-github-satori-uuid-devel
Version : 1.2.0
Release : 9.20191205gitb2ce238.fc34
Architecture : noarch
Size : 19 k
Source : golang-github-satori-uuid-1.2.0-9.20191205gitb2ce238.fc34.src.rpm
Repository : fedora
Summary : UUID package for Go
URL : https://github.com/satori/go.uuid
License : MIT
Description : This package provides pure Go implementation of Universally Unique Identifier
: (UUID). Supported both creation and parsing of UUIDs.
:
: With 100% test coverage and benchmarks out of box.
:
: Supported versions:
: – Version 1, based on timestamp and MAC address (RFC 4122)
: – Version 2, based on timestamp, MAC address and POSIX UID/GID (DCE 1.1)
: – Version 3, based on MD5 hashing (RFC 4122)
: – Version 4, based on random numbers (RFC 4122)
: – Version 5, based on SHA-1 hashing (RFC 4122)
:
: This package contains the source code needed for building packages that
: reference the following Go import paths:
: – github.com/satori/go.uuid