How To Install golang-github-mitchellh-cli-devel on Fedora 36

In this tutorial we learn how to install golang-github-mitchellh-cli-devel in Fedora 36. golang-github-mitchellh-cli-devel is Go library for implementing command-line interfaces

Introduction

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

What is golang-github-mitchellh-cli-devel

Cli is a library for implementing powerful command-line interfaces in Go. This package contains the source code needed for building packages that reference the following Go import paths – github.com/mitchellh/cli

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

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

sudo dnf -y install golang-github-mitchellh-cli-devel

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

sudo yum -y install golang-github-mitchellh-cli-devel

How To Uninstall golang-github-mitchellh-cli-devel on Fedora 36

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

sudo dnf remove golang-github-mitchellh-cli-devel

golang-github-mitchellh-cli-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-mitchellh-cli-devel
/usr/share/doc/golang-github-mitchellh-cli-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/mitchellh
/usr/share/gocode/src/github.com/mitchellh/cli
/usr/share/gocode/src/github.com/mitchellh/cli/.goipath
/usr/share/gocode/src/github.com/mitchellh/cli/README.md
/usr/share/gocode/src/github.com/mitchellh/cli/autocomplete.go
/usr/share/gocode/src/github.com/mitchellh/cli/cli.go
/usr/share/gocode/src/github.com/mitchellh/cli/cli_test.go
/usr/share/gocode/src/github.com/mitchellh/cli/command.go
/usr/share/gocode/src/github.com/mitchellh/cli/command_mock.go
/usr/share/gocode/src/github.com/mitchellh/cli/command_mock_test.go
/usr/share/gocode/src/github.com/mitchellh/cli/glide.lock
/usr/share/gocode/src/github.com/mitchellh/cli/glide.yaml
/usr/share/gocode/src/github.com/mitchellh/cli/go.mod
/usr/share/gocode/src/github.com/mitchellh/cli/help.go
/usr/share/gocode/src/github.com/mitchellh/cli/ui.go
/usr/share/gocode/src/github.com/mitchellh/cli/ui_colored.go
/usr/share/gocode/src/github.com/mitchellh/cli/ui_concurrent.go
/usr/share/gocode/src/github.com/mitchellh/cli/ui_concurrent_test.go
/usr/share/gocode/src/github.com/mitchellh/cli/ui_mock.go
/usr/share/gocode/src/github.com/mitchellh/cli/ui_mock_test.go
/usr/share/gocode/src/github.com/mitchellh/cli/ui_test.go
/usr/share/gocode/src/github.com/mitchellh/cli/ui_writer.go
/usr/share/gocode/src/github.com/mitchellh/cli/ui_writer_test.go
/usr/share/licenses/golang-github-mitchellh-cli-devel
/usr/share/licenses/golang-github-mitchellh-cli-devel/LICENSE

References

Summary

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