How To Install golang-github-xo-terminfo on Fedora 36

In this tutorial we learn how to install golang-github-xo-terminfo in Fedora 36. golang-github-xo-terminfo is A terminfo package in pure go

Introduction

In this tutorial we learn how to install golang-github-xo-terminfo on Fedora 36.

What is golang-github-xo-terminfo

A terminfo package in pure go!

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

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

sudo dnf -y install golang-github-xo-terminfo

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

sudo yum -y install golang-github-xo-terminfo

How To Uninstall golang-github-xo-terminfo on Fedora 36

To uninstall only the golang-github-xo-terminfo package we can use the following command:

sudo dnf remove golang-github-xo-terminfo

golang-github-xo-terminfo Package Contents on Fedora 36

/usr/bin/infocmp
/usr/lib/.build-id
/usr/lib/.build-id/4e
/usr/lib/.build-id/4e/dbc2803a1e756843ea4cd98fb4340d3c14c00c
/usr/share/doc/golang-github-xo-terminfo
/usr/share/doc/golang-github-xo-terminfo/README.md
/usr/share/doc/golang-github-xo-terminfo/_examples
/usr/share/doc/golang-github-xo-terminfo/_examples/simple
/usr/share/doc/golang-github-xo-terminfo/_examples/simple/.gitignore
/usr/share/doc/golang-github-xo-terminfo/_examples/simple/main.go
/usr/share/licenses/golang-github-xo-terminfo
/usr/share/licenses/golang-github-xo-terminfo/LICENSE

References

Summary

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