How To Install golang-github-genuinetools-pkg-devel on Fedora 36

In this tutorial we learn how to install golang-github-genuinetools-pkg-devel in Fedora 36. golang-github-genuinetools-pkg-devel is A home for various Go packages to be imported by other projects

Introduction

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

What is golang-github-genuinetools-pkg-devel

A home for various Go packages to be imported by other projects. This package contains the source code needed for building packages that reference the following Go import paths – github.com/genuinetools/pkg

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

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

sudo dnf -y install golang-github-genuinetools-pkg-devel

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

sudo yum -y install golang-github-genuinetools-pkg-devel

How To Uninstall golang-github-genuinetools-pkg-devel on Fedora 36

To uninstall only the golang-github-genuinetools-pkg-devel package we can use the following command:

sudo dnf remove golang-github-genuinetools-pkg-devel

golang-github-genuinetools-pkg-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-genuinetools-pkg-devel
/usr/share/doc/golang-github-genuinetools-pkg-devel/README.md
/usr/share/doc/golang-github-genuinetools-pkg-devel/VERSION.txt
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/genuinetools
/usr/share/gocode/src/github.com/genuinetools/pkg
/usr/share/gocode/src/github.com/genuinetools/pkg/.goipath
/usr/share/gocode/src/github.com/genuinetools/pkg/README.md
/usr/share/gocode/src/github.com/genuinetools/pkg/cli
/usr/share/gocode/src/github.com/genuinetools/pkg/cli/cli.go
/usr/share/gocode/src/github.com/genuinetools/pkg/cli/cli_test.go
/usr/share/gocode/src/github.com/genuinetools/pkg/cli/doc.go
/usr/share/gocode/src/github.com/genuinetools/pkg/cli/example_action_test.go
/usr/share/gocode/src/github.com/genuinetools/pkg/cli/example_command_test.go
/usr/share/gocode/src/github.com/genuinetools/pkg/cli/testcases_test.go
/usr/share/gocode/src/github.com/genuinetools/pkg/cli/version.go
/usr/share/gocode/src/github.com/genuinetools/pkg/doc.go
/usr/share/licenses/golang-github-genuinetools-pkg-devel
/usr/share/licenses/golang-github-genuinetools-pkg-devel/LICENSE

References

Summary

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