How To Install golang-github-gdamore-tcell on Fedora 36

In this tutorial we learn how to install golang-github-gdamore-tcell in Fedora 36. golang-github-gdamore-tcell is Alternate terminal package

Introduction

In this tutorial we learn how to install golang-github-gdamore-tcell on Fedora 36.

What is golang-github-gdamore-tcell

Tcell is a Go package that provides a cell based view for text terminals, like xterm. It was inspired by termbox, but includes many additional improvements.

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

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

sudo dnf -y install golang-github-gdamore-tcell

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

sudo yum -y install golang-github-gdamore-tcell

How To Uninstall golang-github-gdamore-tcell on Fedora 36

To uninstall only the golang-github-gdamore-tcell package we can use the following command:

sudo dnf remove golang-github-gdamore-tcell

golang-github-gdamore-tcell Package Contents on Fedora 36

/usr/bin/mkinfo
/usr/lib/.build-id
/usr/lib/.build-id/ce
/usr/lib/.build-id/ce/bc77a38b5a5f2ac669df02fc34d98998eb714e
/usr/share/doc/golang-github-gdamore-tcell
/usr/share/doc/golang-github-gdamore-tcell/AUTHORS
/usr/share/doc/golang-github-gdamore-tcell/README.adoc
/usr/share/licenses/golang-github-gdamore-tcell
/usr/share/licenses/golang-github-gdamore-tcell/LICENSE

References

Summary

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