How To Install golang-github-mattn-isatty-devel on Fedora 36

In this tutorial we learn how to install golang-github-mattn-isatty-devel in Fedora 36. golang-github-mattn-isatty-devel is Is a TTY? for Golang

Introduction

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

What is golang-github-mattn-isatty-devel

Is a TTY? for Golang. This package contains the source code needed for building packages that reference the following Go import paths – github.com/mattn/go-isatty

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

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

sudo dnf -y install golang-github-mattn-isatty-devel

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

sudo yum -y install golang-github-mattn-isatty-devel

How To Uninstall golang-github-mattn-isatty-devel on Fedora 36

To uninstall only the golang-github-mattn-isatty-devel package we can use the following command:

sudo dnf remove golang-github-mattn-isatty-devel

golang-github-mattn-isatty-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-mattn-isatty-devel
/usr/share/doc/golang-github-mattn-isatty-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/mattn
/usr/share/gocode/src/github.com/mattn/go-isatty
/usr/share/gocode/src/github.com/mattn/go-isatty/.goipath
/usr/share/gocode/src/github.com/mattn/go-isatty/README.md
/usr/share/gocode/src/github.com/mattn/go-isatty/doc.go
/usr/share/gocode/src/github.com/mattn/go-isatty/example_test.go
/usr/share/gocode/src/github.com/mattn/go-isatty/go.mod
/usr/share/gocode/src/github.com/mattn/go-isatty/isatty_bsd.go
/usr/share/gocode/src/github.com/mattn/go-isatty/isatty_others.go
/usr/share/gocode/src/github.com/mattn/go-isatty/isatty_others_test.go
/usr/share/gocode/src/github.com/mattn/go-isatty/isatty_plan9.go
/usr/share/gocode/src/github.com/mattn/go-isatty/isatty_solaris.go
/usr/share/gocode/src/github.com/mattn/go-isatty/isatty_tcgets.go
/usr/share/gocode/src/github.com/mattn/go-isatty/isatty_windows.go
/usr/share/gocode/src/github.com/mattn/go-isatty/isatty_windows_test.go
/usr/share/licenses/golang-github-mattn-isatty-devel
/usr/share/licenses/golang-github-mattn-isatty-devel/LICENSE

References

Summary

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