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

Last updated: May 19,2024

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

Here is a brief guide to show you how to install golang-github-gofrs-uuid-devel.noarch on Fedora 34

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

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

This is a short guide on how to uninstall golang-github-gofrs-uuid-devel.noarch on Fedora 34:

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

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

Last metadata expiration check: 1:40:12 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : golang-github-gofrs-uuid-devel
Version : 4.0.0
Release : 2.fc34
Architecture : noarch
Size : 24 k
Source : golang-github-gofrs-uuid-4.0.0-2.fc34.src.rpm
Repository : fedora
Summary : Pure Go implementation of Universally Unique Identifiers (UUID)
URL : https://github.com/gofrs/uuid
License : MIT
Description : Package uuid provides a pure Go implementation of Universally Unique Identifiers
: (UUID) variant as defined in RFC-4122. This package supports both the creation
: and parsing of UUIDs in different formats.
:
: This package supports the following UUID 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 of a named value (RFC-4122)
: – Version 4, based on random numbers (RFC-4122)
: – Version 5, based on SHA-1 hashing of a named value (RFC-4122)
:
: This package contains the source code needed for building packages that
: reference the following Go import paths:
: – github.com/gofrs/uuid