How To Install golang-github-olekukonko-tablewriter on Fedora 36

In this tutorial we learn how to install golang-github-olekukonko-tablewriter in Fedora 36. golang-github-olekukonko-tablewriter is ASCII table in Go

Introduction

In this tutorial we learn how to install golang-github-olekukonko-tablewriter on Fedora 36.

What is golang-github-olekukonko-tablewriter

ASCII Table Writer.

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

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

sudo dnf -y install golang-github-olekukonko-tablewriter

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

sudo yum -y install golang-github-olekukonko-tablewriter

How To Uninstall golang-github-olekukonko-tablewriter on Fedora 36

To uninstall only the golang-github-olekukonko-tablewriter package we can use the following command:

sudo dnf remove golang-github-olekukonko-tablewriter

golang-github-olekukonko-tablewriter Package Contents on Fedora 36

/usr/bin/csv2table
/usr/lib/.build-id
/usr/lib/.build-id/62
/usr/lib/.build-id/62/356ee3cf26bc80fe4556a05ae625a6bcbce504
/usr/share/doc/golang-github-olekukonko-tablewriter
/usr/share/doc/golang-github-olekukonko-tablewriter/README-csv2table.md
/usr/share/doc/golang-github-olekukonko-tablewriter/README.md
/usr/share/licenses/golang-github-olekukonko-tablewriter
/usr/share/licenses/golang-github-olekukonko-tablewriter/LICENSE.md

References

Summary

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