How To Install golang-gopkg-jcmturner-goidentity-3-devel on Fedora 36

In this tutorial we learn how to install golang-gopkg-jcmturner-goidentity-3-devel in Fedora 36. golang-gopkg-jcmturner-goidentity-3-devel is Standard interface to holding authenticated identities and their attributes

Introduction

In this tutorial we learn how to install golang-gopkg-jcmturner-goidentity-3-devel on Fedora 36.

What is golang-gopkg-jcmturner-goidentity-3-devel

Standard interface to holding authenticated identities and their attributes. This package contains the source code needed for building packages that reference the following Go import paths – gopkg.in/jcmturner/goidentity.v3

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

Install golang-gopkg-jcmturner-goidentity-3-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-gopkg-jcmturner-goidentity-3-devel using dnf by running the following command:

sudo dnf -y install golang-gopkg-jcmturner-goidentity-3-devel

Install golang-gopkg-jcmturner-goidentity-3-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-gopkg-jcmturner-goidentity-3-devel using yum by running the following command:

sudo yum -y install golang-gopkg-jcmturner-goidentity-3-devel

How To Uninstall golang-gopkg-jcmturner-goidentity-3-devel on Fedora 36

To uninstall only the golang-gopkg-jcmturner-goidentity-3-devel package we can use the following command:

sudo dnf remove golang-gopkg-jcmturner-goidentity-3-devel

golang-gopkg-jcmturner-goidentity-3-devel Package Contents on Fedora 36

/usr/share/doc/golang-gopkg-jcmturner-goidentity-3-devel
/usr/share/doc/golang-gopkg-jcmturner-goidentity-3-devel/README.md
/usr/share/gocode/src/gopkg.in
/usr/share/gocode/src/gopkg.in/jcmturner
/usr/share/gocode/src/gopkg.in/jcmturner/goidentity.v3
/usr/share/gocode/src/gopkg.in/jcmturner/goidentity.v3/.goipath
/usr/share/gocode/src/gopkg.in/jcmturner/goidentity.v3/README.md
/usr/share/gocode/src/gopkg.in/jcmturner/goidentity.v3/authenticator.go
/usr/share/gocode/src/gopkg.in/jcmturner/goidentity.v3/identity.go
/usr/share/gocode/src/gopkg.in/jcmturner/goidentity.v3/user.go
/usr/share/gocode/src/gopkg.in/jcmturner/goidentity.v3/user_test.go
/usr/share/licenses/golang-gopkg-jcmturner-goidentity-3-devel
/usr/share/licenses/golang-gopkg-jcmturner-goidentity-3-devel/LICENSE

References

Summary

In this tutorial we learn how to install golang-gopkg-jcmturner-goidentity-3-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).