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

Last updated: October 06,2024

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

Please follow the steps below to install golang-github-twinj-uuid-devel.noarch on Fedora 34

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

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

Please follow the steps below to uninstall golang-github-twinj-uuid-devel.noarch on Fedora 34:

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

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

Last metadata expiration check: 3:24:35 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : golang-github-twinj-uuid-devel
Version : 1.0.0
Release : 6.fc34
Architecture : noarch
Size : 36 k
Source : golang-github-twinj-uuid-1.0.0-6.fc34.src.rpm
Repository : fedora
Summary : Go RFC4122 UUID implementation
URL : https://github.com/twinj/uuid
License : MIT
Description : This package provides RFC 4122 and DCE 1.1 compliant UUIDs. It will generate the
: following:
:
: – Version 1: based on a Timestamp and MAC address as Node id
: – Version 2: based on DCE Security - Experimental
: – Version 3: based on MD5 hash
: – Version 4: based on cryptographically secure random numbers
: – Version 5: based on SHA-1 hash
:
: Functions NewV1, NewV2, NewV3, NewV4, NewV5, New, NewHex and Parse() for
: generating version 1, 2, 3, 4 and 5 Uuid's.
:
: This package contains the source code needed for building packages that
: reference the following Go import paths:
: – github.com/twinj/uuid