How To Install golang-github-kisielk-gotool-devel on Fedora 36

In this tutorial we learn how to install golang-github-kisielk-gotool-devel in Fedora 36. golang-github-kisielk-gotool-devel is Utility functions provided by (but not exported) by cmd/go

Introduction

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

What is golang-github-kisielk-gotool-devel

Package Gotool contains utility functions used to implement the standard “cmd/go” tool, provided as a convenience to developers who want to write tools with similar semantics. This package contains the source code needed for building packages that reference the following Go import paths – github.com/kisielk/gotool

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

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

sudo dnf -y install golang-github-kisielk-gotool-devel

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

sudo yum -y install golang-github-kisielk-gotool-devel

How To Uninstall golang-github-kisielk-gotool-devel on Fedora 36

To uninstall only the golang-github-kisielk-gotool-devel package we can use the following command:

sudo dnf remove golang-github-kisielk-gotool-devel

golang-github-kisielk-gotool-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-kisielk-gotool-devel
/usr/share/doc/golang-github-kisielk-gotool-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/kisielk
/usr/share/gocode/src/github.com/kisielk/gotool
/usr/share/gocode/src/github.com/kisielk/gotool/.goipath
/usr/share/gocode/src/github.com/kisielk/gotool/README.md
/usr/share/gocode/src/github.com/kisielk/gotool/go.mod
/usr/share/gocode/src/github.com/kisielk/gotool/go13.go
/usr/share/gocode/src/github.com/kisielk/gotool/go14-15.go
/usr/share/gocode/src/github.com/kisielk/gotool/go16-18.go
/usr/share/gocode/src/github.com/kisielk/gotool/internal
/usr/share/gocode/src/github.com/kisielk/gotool/internal/load
/usr/share/gocode/src/github.com/kisielk/gotool/internal/load/match_test.go
/usr/share/gocode/src/github.com/kisielk/gotool/internal/load/path.go
/usr/share/gocode/src/github.com/kisielk/gotool/internal/load/pkg.go
/usr/share/gocode/src/github.com/kisielk/gotool/internal/load/search.go
/usr/share/gocode/src/github.com/kisielk/gotool/match.go
/usr/share/gocode/src/github.com/kisielk/gotool/match18.go
/usr/share/gocode/src/github.com/kisielk/gotool/match18_test.go
/usr/share/gocode/src/github.com/kisielk/gotool/tool.go
/usr/share/licenses/golang-github-kisielk-gotool-devel
/usr/share/licenses/golang-github-kisielk-gotool-devel/LICENSE

References

Summary

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