How To Install golang-github-twinj-uuid-devel on Fedora 36

In this tutorial we learn how to install golang-github-twinj-uuid-devel in Fedora 36. golang-github-twinj-uuid-devel is Go RFC4122 UUID implementation

Introduction

In this tutorial we learn how to install golang-github-twinj-uuid-devel on Fedora 36.

What is golang-github-twinj-uuid-devel

This package provides RFC 4122 and DCE 1.1 compliant UUIDs. It will generate the following – Version 1 – Version 2 – Version 3 – Version 4 – Version 5 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

We can use yum or dnf to install golang-github-twinj-uuid-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install golang-github-twinj-uuid-devel.

Install golang-github-twinj-uuid-devel on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install golang-github-twinj-uuid-devel using dnf by running the following command:

sudo dnf -y install golang-github-twinj-uuid-devel

Install golang-github-twinj-uuid-devel on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install golang-github-twinj-uuid-devel using yum by running the following command:

sudo yum -y install golang-github-twinj-uuid-devel

How To Uninstall golang-github-twinj-uuid-devel on Fedora 36

To uninstall only the golang-github-twinj-uuid-devel package we can use the following command:

sudo dnf remove golang-github-twinj-uuid-devel

golang-github-twinj-uuid-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-twinj-uuid-devel
/usr/share/doc/golang-github-twinj-uuid-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/twinj
/usr/share/gocode/src/github.com/twinj/uuid
/usr/share/gocode/src/github.com/twinj/uuid/.goipath
/usr/share/gocode/src/github.com/twinj/uuid/README.md
/usr/share/gocode/src/github.com/twinj/uuid/benchmarks_test.go
/usr/share/gocode/src/github.com/twinj/uuid/examples_test.go
/usr/share/gocode/src/github.com/twinj/uuid/format.go
/usr/share/gocode/src/github.com/twinj/uuid/format_test.go
/usr/share/gocode/src/github.com/twinj/uuid/generator.go
/usr/share/gocode/src/github.com/twinj/uuid/generator_test.go
/usr/share/gocode/src/github.com/twinj/uuid/integrations_test.go
/usr/share/gocode/src/github.com/twinj/uuid/resolution_test.go
/usr/share/gocode/src/github.com/twinj/uuid/saver.go
/usr/share/gocode/src/github.com/twinj/uuid/saver_test.go
/usr/share/gocode/src/github.com/twinj/uuid/savers
/usr/share/gocode/src/github.com/twinj/uuid/savers/filesystem.go
/usr/share/gocode/src/github.com/twinj/uuid/savers/filesystem_test.go
/usr/share/gocode/src/github.com/twinj/uuid/savers/savers.go
/usr/share/gocode/src/github.com/twinj/uuid/timestamp.go
/usr/share/gocode/src/github.com/twinj/uuid/timestamp_test.go
/usr/share/gocode/src/github.com/twinj/uuid/types.go
/usr/share/gocode/src/github.com/twinj/uuid/types_test.go
/usr/share/gocode/src/github.com/twinj/uuid/uuid.go
/usr/share/gocode/src/github.com/twinj/uuid/uuid_test.go
/usr/share/gocode/src/github.com/twinj/uuid/version.go
/usr/share/gocode/src/github.com/twinj/uuid/version_test.go
/usr/share/licenses/golang-github-twinj-uuid-devel
/usr/share/licenses/golang-github-twinj-uuid-devel/LICENSE

References

Summary

In this tutorial we learn how to install golang-github-twinj-uuid-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).