How To Install golang-github-jcmturner-gofork-devel on Fedora 36

In this tutorial we learn how to install golang-github-jcmturner-gofork-devel in Fedora 36. golang-github-jcmturner-gofork-devel is Forked Go standard library packages with work arounds

Introduction

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

What is golang-github-jcmturner-gofork-devel

Forked and modified Go standard library packages to work around issues. This package contains the source code needed for building packages that reference the following Go import paths – github.com/jcmturner/gofork

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

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

sudo dnf -y install golang-github-jcmturner-gofork-devel

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

sudo yum -y install golang-github-jcmturner-gofork-devel

How To Uninstall golang-github-jcmturner-gofork-devel on Fedora 36

To uninstall only the golang-github-jcmturner-gofork-devel package we can use the following command:

sudo dnf remove golang-github-jcmturner-gofork-devel

golang-github-jcmturner-gofork-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-jcmturner-gofork-devel
/usr/share/doc/golang-github-jcmturner-gofork-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/jcmturner
/usr/share/gocode/src/github.com/jcmturner/gofork
/usr/share/gocode/src/github.com/jcmturner/gofork/.goipath
/usr/share/gocode/src/github.com/jcmturner/gofork/README.md
/usr/share/gocode/src/github.com/jcmturner/gofork/empty.go
/usr/share/gocode/src/github.com/jcmturner/gofork/encoding
/usr/share/gocode/src/github.com/jcmturner/gofork/encoding/asn1
/usr/share/gocode/src/github.com/jcmturner/gofork/encoding/asn1/README.md
/usr/share/gocode/src/github.com/jcmturner/gofork/encoding/asn1/asn1.go
/usr/share/gocode/src/github.com/jcmturner/gofork/encoding/asn1/asn1_test.go
/usr/share/gocode/src/github.com/jcmturner/gofork/encoding/asn1/common.go
/usr/share/gocode/src/github.com/jcmturner/gofork/encoding/asn1/marshal.go
/usr/share/gocode/src/github.com/jcmturner/gofork/encoding/asn1/marshal_test.go
/usr/share/gocode/src/github.com/jcmturner/gofork/x
/usr/share/gocode/src/github.com/jcmturner/gofork/x/crypto
/usr/share/gocode/src/github.com/jcmturner/gofork/x/crypto/pbkdf2
/usr/share/gocode/src/github.com/jcmturner/gofork/x/crypto/pbkdf2/pbkdf2.go
/usr/share/gocode/src/github.com/jcmturner/gofork/x/crypto/pbkdf2/pbkdf2_test.go
/usr/share/licenses/golang-github-jcmturner-gofork-devel
/usr/share/licenses/golang-github-jcmturner-gofork-devel/LICENSE

References

Summary

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