How To Install golang-github-godoctor-devel on Fedora 36

In this tutorial we learn how to install golang-github-godoctor-devel in Fedora 36. golang-github-godoctor-devel is A golang refactoring tool

Introduction

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

What is golang-github-godoctor-devel

Go Doctor - The Golang Refactoring Engine. This package contains the source code needed for building packages that reference the following Go import paths – github.com/godoctor/godoctor

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

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

sudo dnf -y install golang-github-godoctor-devel

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

sudo yum -y install golang-github-godoctor-devel

How To Uninstall golang-github-godoctor-devel on Fedora 36

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

sudo dnf remove golang-github-godoctor-devel

golang-github-godoctor-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-godoctor-devel
/usr/share/doc/golang-github-godoctor-devel/README.md
/usr/share/doc/golang-github-godoctor-devel/doc
/usr/share/doc/golang-github-godoctor-devel/doc/doc_test.go
/usr/share/doc/golang-github-godoctor-devel/doc/install.go
/usr/share/doc/golang-github-godoctor-devel/doc/man.go
/usr/share/doc/golang-github-godoctor-devel/doc/user.go
/usr/share/doc/golang-github-godoctor-devel/doc/util.go
/usr/share/doc/golang-github-godoctor-devel/doc/vimdoc.go
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/godoctor
/usr/share/gocode/src/github.com/godoctor/godoctor
/usr/share/gocode/src/github.com/godoctor/godoctor/.goipath
/usr/share/gocode/src/github.com/godoctor/godoctor/README.md
/usr/share/gocode/src/github.com/godoctor/godoctor/analysis
/usr/share/gocode/src/github.com/godoctor/godoctor/analysis/cfg
/usr/share/gocode/src/github.com/godoctor/godoctor/analysis/cfg/cfg.go
/usr/share/gocode/src/github.com/godoctor/godoctor/analysis/cfg/cfg_test.go
/usr/share/gocode/src/github.com/godoctor/godoctor/analysis/cfg/example_test.go
/usr/share/gocode/src/github.com/godoctor/godoctor/analysis/dataflow
/usr/share/gocode/src/github.com/godoctor/godoctor/analysis/dataflow/dataflow.go
/usr/share/gocode/src/github.com/godoctor/godoctor/analysis/dataflow/dataflow_test.go
/usr/share/gocode/src/github.com/godoctor/godoctor/analysis/dataflow/example_test.go
/usr/share/gocode/src/github.com/godoctor/godoctor/analysis/dataflow/live.go
/usr/share/gocode/src/github.com/godoctor/godoctor/analysis/dataflow/print_dot.go
/usr/share/gocode/src/github.com/godoctor/godoctor/analysis/dataflow/reaching.go
/usr/share/gocode/src/github.com/godoctor/godoctor/analysis/names
/usr/share/gocode/src/github.com/godoctor/godoctor/analysis/names/comments.go
/usr/share/gocode/src/github.com/godoctor/godoctor/analysis/names/conflict.go
/usr/share/gocode/src/github.com/godoctor/godoctor/analysis/names/embeddedtypes.go
/usr/share/gocode/src/github.com/godoctor/godoctor/analysis/names/methods.go
/usr/share/gocode/src/github.com/godoctor/godoctor/analysis/names/names_test.go
/usr/share/gocode/src/github.com/godoctor/godoctor/analysis/names/objects.go
/usr/share/gocode/src/github.com/godoctor/godoctor/analysis/names/typeswitch.go
/usr/share/gocode/src/github.com/godoctor/godoctor/doc
/usr/share/gocode/src/github.com/godoctor/godoctor/doc/doc_test.go
/usr/share/gocode/src/github.com/godoctor/godoctor/doc/install.go
/usr/share/gocode/src/github.com/godoctor/godoctor/doc/man.go
/usr/share/gocode/src/github.com/godoctor/godoctor/doc/user.go
/usr/share/gocode/src/github.com/godoctor/godoctor/doc/util.go
/usr/share/gocode/src/github.com/godoctor/godoctor/doc/vimdoc.go
/usr/share/gocode/src/github.com/godoctor/godoctor/engine
/usr/share/gocode/src/github.com/godoctor/godoctor/engine/cli
/usr/share/gocode/src/github.com/godoctor/godoctor/engine/cli/cli.go
/usr/share/gocode/src/github.com/godoctor/godoctor/engine/cli/cli_test.go
/usr/share/gocode/src/github.com/godoctor/godoctor/engine/engine.go
/usr/share/gocode/src/github.com/godoctor/godoctor/engine/engine_test.go
/usr/share/gocode/src/github.com/godoctor/godoctor/engine/protocol
/usr/share/gocode/src/github.com/godoctor/godoctor/engine/protocol/command.go
/usr/share/gocode/src/github.com/godoctor/godoctor/engine/protocol/command_test.go
/usr/share/gocode/src/github.com/godoctor/godoctor/engine/protocol/protocol.go
/usr/share/gocode/src/github.com/godoctor/godoctor/filesystem
/usr/share/gocode/src/github.com/godoctor/godoctor/filesystem/filesystem.go
/usr/share/gocode/src/github.com/godoctor/godoctor/filesystem/filesystem_test.go
/usr/share/gocode/src/github.com/godoctor/godoctor/main.go
/usr/share/gocode/src/github.com/godoctor/godoctor/refactoring
/usr/share/gocode/src/github.com/godoctor/godoctor/refactoring/debug.go
/usr/share/gocode/src/github.com/godoctor/godoctor/refactoring/errors.go
/usr/share/gocode/src/github.com/godoctor/godoctor/refactoring/extractfunc.go
/usr/share/gocode/src/github.com/godoctor/godoctor/refactoring/extractlocal.go
/usr/share/gocode/src/github.com/godoctor/godoctor/refactoring/godoc.go
/usr/share/gocode/src/github.com/godoctor/godoctor/refactoring/log.go
/usr/share/gocode/src/github.com/godoctor/godoctor/refactoring/log_test.go
/usr/share/gocode/src/github.com/godoctor/godoctor/refactoring/null.go
/usr/share/gocode/src/github.com/godoctor/godoctor/refactoring/refactoring.go
/usr/share/gocode/src/github.com/godoctor/godoctor/refactoring/refactoring_test.go
/usr/share/gocode/src/github.com/godoctor/godoctor/refactoring/rename.go
/usr/share/gocode/src/github.com/godoctor/godoctor/refactoring/testutil
/usr/share/gocode/src/github.com/godoctor/godoctor/refactoring/testutil/testutil.go
/usr/share/gocode/src/github.com/godoctor/godoctor/refactoring/testutil/testutil_test.go
/usr/share/gocode/src/github.com/godoctor/godoctor/refactoring/togglevar.go
/usr/share/gocode/src/github.com/godoctor/godoctor/text
/usr/share/gocode/src/github.com/godoctor/godoctor/text/diff.go
/usr/share/gocode/src/github.com/godoctor/godoctor/text/diff_test.go
/usr/share/gocode/src/github.com/godoctor/godoctor/text/doc.go
/usr/share/gocode/src/github.com/godoctor/godoctor/text/edit.go
/usr/share/gocode/src/github.com/godoctor/godoctor/text/edit_test.go
/usr/share/gocode/src/github.com/godoctor/godoctor/text/selection.go
/usr/share/gocode/src/github.com/godoctor/godoctor/text/selection_test.go
/usr/share/licenses/golang-github-godoctor-devel
/usr/share/licenses/golang-github-godoctor-devel/LICENSE

References

Summary

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