How to Install and Uninstall golang-github-google-uuid-devel.noarch Package on Fedora 35

Last updated: September 23,2024

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

Please follow the guidelines below to install golang-github-google-uuid-devel.noarch on Fedora 35

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

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

This guide let you learn how to uninstall golang-github-google-uuid-devel.noarch on Fedora 35:

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

3. Information about the golang-github-google-uuid-devel.noarch package on Fedora 35

Last metadata expiration check: 2:31:44 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : golang-github-google-uuid-devel
Version : 1.3.0
Release : 4.fc35
Architecture : noarch
Size : 27 k
Source : golang-github-google-uuid-1.3.0-4.fc35.src.rpm
Repository : updates
Summary : Go library to generate and inspect UUIDs
URL : https://github.com/google/uuid
License : BSD-3-Clause
Description : The Uuid package generates and inspects UUIDs based on RFC 4122 and DCE 1.1:
: Authentication and Security Services.
:
: This package is based on the github.com/pborman/uuid package (previously named
: code.google.com/p/go-uuid). It differs from these earlier packages in that a
: UUID is a 16 byte array rather than a byte slice. One loss due to this change is
: the ability to represent an invalid UUID (vs a NIL UUID).
:
: This package contains the source code needed for building packages that
: reference the following Go import paths:
: – github.com/google/uuid