How To Install golang-gitlab-ianbruene-kommandant-devel on Fedora 36

In this tutorial we learn how to install golang-gitlab-ianbruene-kommandant-devel in Fedora 36. golang-gitlab-ianbruene-kommandant-devel is Command line meta-interpreter for Go

Introduction

In this tutorial we learn how to install golang-gitlab-ianbruene-kommandant-devel on Fedora 36.

What is golang-gitlab-ianbruene-kommandant-devel

Kommandant exists to ease the creation of command line interfaces for Go programs. It is a near-port of Python’s cmd module, with the caveat that Go is a compiled language and cannot do introspection as easily. Despite this mismatch the useful concepts are still useful after translation, and the user-visible behavior will be the same. This package contains the source code needed for building packages that reference the following Go import paths – gitlab.com/ianbruene/kommandant

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

Install golang-gitlab-ianbruene-kommandant-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-gitlab-ianbruene-kommandant-devel using dnf by running the following command:

sudo dnf -y install golang-gitlab-ianbruene-kommandant-devel

Install golang-gitlab-ianbruene-kommandant-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-gitlab-ianbruene-kommandant-devel using yum by running the following command:

sudo yum -y install golang-gitlab-ianbruene-kommandant-devel

How To Uninstall golang-gitlab-ianbruene-kommandant-devel on Fedora 36

To uninstall only the golang-gitlab-ianbruene-kommandant-devel package we can use the following command:

sudo dnf remove golang-gitlab-ianbruene-kommandant-devel

golang-gitlab-ianbruene-kommandant-devel Package Contents on Fedora 36

/usr/share/doc/golang-gitlab-ianbruene-kommandant-devel
/usr/share/doc/golang-gitlab-ianbruene-kommandant-devel/README.adoc
/usr/share/doc/golang-gitlab-ianbruene-kommandant-devel/kommandant-HOWTO.adoc
/usr/share/gocode/src/gitlab.com
/usr/share/gocode/src/gitlab.com/ianbruene
/usr/share/gocode/src/gitlab.com/ianbruene/kommandant
/usr/share/gocode/src/gitlab.com/ianbruene/kommandant/.goipath
/usr/share/gocode/src/gitlab.com/ianbruene/kommandant/go.mod
/usr/share/gocode/src/gitlab.com/ianbruene/kommandant/kommandant.go
/usr/share/gocode/src/gitlab.com/ianbruene/kommandant/kommandant_test.go
/usr/share/licenses/golang-gitlab-ianbruene-kommandant-devel
/usr/share/licenses/golang-gitlab-ianbruene-kommandant-devel/LICENSE

References

Summary

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