How To Install golang-github-ryanuber-columnize-devel on Fedora 36

In this tutorial we learn how to install golang-github-ryanuber-columnize-devel in Fedora 36. golang-github-ryanuber-columnize-devel is Easy column formatted output for Go

Introduction

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

What is golang-github-ryanuber-columnize-devel

Columnize is a really small Go package that makes building CLI’s a little bit easier. In some CLI designs, you want to output a number similar items in a human-readable way with nicely aligned columns. However, figuring out how wide to make each column is a boring problem to solve and eats your valuable time. This package contains the source code needed for building packages that reference the following Go import paths – github.com/ryanuber/columnize

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

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

sudo dnf -y install golang-github-ryanuber-columnize-devel

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

sudo yum -y install golang-github-ryanuber-columnize-devel

How To Uninstall golang-github-ryanuber-columnize-devel on Fedora 36

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

sudo dnf remove golang-github-ryanuber-columnize-devel

golang-github-ryanuber-columnize-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-ryanuber-columnize-devel
/usr/share/doc/golang-github-ryanuber-columnize-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/ryanuber
/usr/share/gocode/src/github.com/ryanuber/columnize
/usr/share/gocode/src/github.com/ryanuber/columnize/.goipath
/usr/share/gocode/src/github.com/ryanuber/columnize/README.md
/usr/share/gocode/src/github.com/ryanuber/columnize/columnize.go
/usr/share/gocode/src/github.com/ryanuber/columnize/columnize_test.go
/usr/share/gocode/src/github.com/ryanuber/columnize/glide.lock
/usr/share/gocode/src/github.com/ryanuber/columnize/glide.yaml
/usr/share/licenses/golang-github-ryanuber-columnize-devel
/usr/share/licenses/golang-github-ryanuber-columnize-devel/LICENSE

References

Summary

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