How To Install golang-x-term-devel on Fedora 36

In this tutorial we learn how to install golang-x-term-devel in Fedora 36. golang-x-term-devel is Go terminal and console support

Introduction

In this tutorial we learn how to install golang-x-term-devel on Fedora 36.

What is golang-x-term-devel

Go terminal and console support. This package contains the source code needed for building packages that reference the following Go import paths – golang.org/x/term

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

Install golang-x-term-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-x-term-devel using dnf by running the following command:

sudo dnf -y install golang-x-term-devel

Install golang-x-term-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-x-term-devel using yum by running the following command:

sudo yum -y install golang-x-term-devel

How To Uninstall golang-x-term-devel on Fedora 36

To uninstall only the golang-x-term-devel package we can use the following command:

sudo dnf remove golang-x-term-devel

golang-x-term-devel Package Contents on Fedora 36

/usr/share/doc/golang-x-term-devel
/usr/share/doc/golang-x-term-devel/AUTHORS
/usr/share/doc/golang-x-term-devel/CONTRIBUTING.md
/usr/share/doc/golang-x-term-devel/CONTRIBUTORS
/usr/share/doc/golang-x-term-devel/README.md
/usr/share/gocode/src/golang.org
/usr/share/gocode/src/golang.org/x
/usr/share/gocode/src/golang.org/x/term
/usr/share/gocode/src/golang.org/x/term/.goipath
/usr/share/gocode/src/golang.org/x/term/CONTRIBUTING.md
/usr/share/gocode/src/golang.org/x/term/README.md
/usr/share/gocode/src/golang.org/x/term/go.mod
/usr/share/gocode/src/golang.org/x/term/term.go
/usr/share/gocode/src/golang.org/x/term/term_plan9.go
/usr/share/gocode/src/golang.org/x/term/term_test.go
/usr/share/gocode/src/golang.org/x/term/term_unix.go
/usr/share/gocode/src/golang.org/x/term/term_unix_bsd.go
/usr/share/gocode/src/golang.org/x/term/term_unix_other.go
/usr/share/gocode/src/golang.org/x/term/term_unsupported.go
/usr/share/gocode/src/golang.org/x/term/term_windows.go
/usr/share/gocode/src/golang.org/x/term/terminal.go
/usr/share/gocode/src/golang.org/x/term/terminal_test.go
/usr/share/licenses/golang-x-term-devel
/usr/share/licenses/golang-x-term-devel/LICENSE
/usr/share/licenses/golang-x-term-devel/PATENTS

References

Summary

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