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

In this tutorial we learn how to install golang-github-docopt-devel in Fedora 36. golang-github-docopt-devel is Command-line arguments parser in Go

Introduction

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

What is golang-github-docopt-devel

An implementation of Docopt in the Go programming language. Docopt helps you create beautiful command-line interfaces easily This package contains the source code needed for building packages that reference the following Go import paths – github.com/docopt/docopt.go

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

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

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

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

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

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

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

sudo dnf remove golang-github-docopt-devel

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

/usr/share/doc/golang-github-docopt-devel
/usr/share/doc/golang-github-docopt-devel/README.md
/usr/share/doc/golang-github-docopt-devel/examples
/usr/share/doc/golang-github-docopt-devel/examples/arguments
/usr/share/doc/golang-github-docopt-devel/examples/arguments/arguments.go
/usr/share/doc/golang-github-docopt-devel/examples/arguments/arguments_test.go
/usr/share/doc/golang-github-docopt-devel/examples/calculator
/usr/share/doc/golang-github-docopt-devel/examples/calculator/calculator.go
/usr/share/doc/golang-github-docopt-devel/examples/calculator/calculator_test.go
/usr/share/doc/golang-github-docopt-devel/examples/config_file
/usr/share/doc/golang-github-docopt-devel/examples/config_file/config_file.go
/usr/share/doc/golang-github-docopt-devel/examples/counted
/usr/share/doc/golang-github-docopt-devel/examples/counted/counted.go
/usr/share/doc/golang-github-docopt-devel/examples/counted/counted_test.go
/usr/share/doc/golang-github-docopt-devel/examples/examples.go
/usr/share/doc/golang-github-docopt-devel/examples/fake-git
/usr/share/doc/golang-github-docopt-devel/examples/fake-git/branch
/usr/share/doc/golang-github-docopt-devel/examples/fake-git/branch/git_branch.go
/usr/share/doc/golang-github-docopt-devel/examples/fake-git/checkout
/usr/share/doc/golang-github-docopt-devel/examples/fake-git/checkout/git_checkout.go
/usr/share/doc/golang-github-docopt-devel/examples/fake-git/clone
/usr/share/doc/golang-github-docopt-devel/examples/fake-git/clone/git_clone.go
/usr/share/doc/golang-github-docopt-devel/examples/fake-git/fakegit.go
/usr/share/doc/golang-github-docopt-devel/examples/fake-git/push
/usr/share/doc/golang-github-docopt-devel/examples/fake-git/push/git_push.go
/usr/share/doc/golang-github-docopt-devel/examples/fake-git/remote
/usr/share/doc/golang-github-docopt-devel/examples/fake-git/remote/git_remote.go
/usr/share/doc/golang-github-docopt-devel/examples/naval_fate
/usr/share/doc/golang-github-docopt-devel/examples/naval_fate/naval_fate.go
/usr/share/doc/golang-github-docopt-devel/examples/odd_even
/usr/share/doc/golang-github-docopt-devel/examples/odd_even/odd_even.go
/usr/share/doc/golang-github-docopt-devel/examples/options
/usr/share/doc/golang-github-docopt-devel/examples/options/options.go
/usr/share/doc/golang-github-docopt-devel/examples/options_shortcut
/usr/share/doc/golang-github-docopt-devel/examples/options_shortcut/options_shortcut.go
/usr/share/doc/golang-github-docopt-devel/examples/quick
/usr/share/doc/golang-github-docopt-devel/examples/quick/quick.go
/usr/share/doc/golang-github-docopt-devel/examples/type_assert
/usr/share/doc/golang-github-docopt-devel/examples/type_assert/type_assert.go
/usr/share/doc/golang-github-docopt-devel/examples/unit_test
/usr/share/doc/golang-github-docopt-devel/examples/unit_test/main.go
/usr/share/doc/golang-github-docopt-devel/examples/unit_test/unit_test.go
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/docopt
/usr/share/gocode/src/github.com/docopt/docopt.go
/usr/share/gocode/src/github.com/docopt/docopt.go/.goipath
/usr/share/gocode/src/github.com/docopt/docopt.go/README.md
/usr/share/gocode/src/github.com/docopt/docopt.go/doc.go
/usr/share/gocode/src/github.com/docopt/docopt.go/docopt.go
/usr/share/gocode/src/github.com/docopt/docopt.go/docopt_test.go
/usr/share/gocode/src/github.com/docopt/docopt.go/error.go
/usr/share/gocode/src/github.com/docopt/docopt.go/example_test.go
/usr/share/gocode/src/github.com/docopt/docopt.go/opts.go
/usr/share/gocode/src/github.com/docopt/docopt.go/opts_test.go
/usr/share/gocode/src/github.com/docopt/docopt.go/pattern.go
/usr/share/gocode/src/github.com/docopt/docopt.go/token.go
/usr/share/licenses/golang-github-docopt-devel
/usr/share/licenses/golang-github-docopt-devel/LICENSE

References

Summary

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