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

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

Introduction

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

What is golang-github-xo-terminfo-devel

A terminfo package in pure go! This package contains the source code needed for building packages that reference the following Go import paths – github.com/xo/terminfo

We can use yum or dnf to install golang-github-xo-terminfo-devel 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-devel.

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

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

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

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

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

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

sudo dnf remove golang-github-xo-terminfo-devel

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

/usr/share/doc/golang-github-xo-terminfo-devel
/usr/share/doc/golang-github-xo-terminfo-devel/README.md
/usr/share/doc/golang-github-xo-terminfo-devel/_examples
/usr/share/doc/golang-github-xo-terminfo-devel/_examples/simple
/usr/share/doc/golang-github-xo-terminfo-devel/_examples/simple/.gitignore
/usr/share/doc/golang-github-xo-terminfo-devel/_examples/simple/main.go
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/xo
/usr/share/gocode/src/github.com/xo/terminfo
/usr/share/gocode/src/github.com/xo/terminfo/.goipath
/usr/share/gocode/src/github.com/xo/terminfo/README.md
/usr/share/gocode/src/github.com/xo/terminfo/caps.go
/usr/share/gocode/src/github.com/xo/terminfo/caps_test.go
/usr/share/gocode/src/github.com/xo/terminfo/capvals.go
/usr/share/gocode/src/github.com/xo/terminfo/cmd
/usr/share/gocode/src/github.com/xo/terminfo/cmd/infocmp
/usr/share/gocode/src/github.com/xo/terminfo/cmd/infocmp/main.go
/usr/share/gocode/src/github.com/xo/terminfo/color.go
/usr/share/gocode/src/github.com/xo/terminfo/gen.go
/usr/share/gocode/src/github.com/xo/terminfo/go.mod
/usr/share/gocode/src/github.com/xo/terminfo/load.go
/usr/share/gocode/src/github.com/xo/terminfo/load_test.go
/usr/share/gocode/src/github.com/xo/terminfo/param.go
/usr/share/gocode/src/github.com/xo/terminfo/stack.go
/usr/share/gocode/src/github.com/xo/terminfo/terminfo.go
/usr/share/gocode/src/github.com/xo/terminfo/terminfo_test.go
/usr/share/gocode/src/github.com/xo/terminfo/util.go
/usr/share/gocode/src/github.com/xo/terminfo/util_test.go
/usr/share/licenses/golang-github-xo-terminfo-devel
/usr/share/licenses/golang-github-xo-terminfo-devel/LICENSE

References

Summary

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