How To Install golang-github-pkg-term-devel on Fedora 36

In this tutorial we learn how to install golang-github-pkg-term-devel in Fedora 36. golang-github-pkg-term-devel is Go package to manage POSIX terminals

Introduction

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

What is golang-github-pkg-term-devel

Package term manages POSIX terminals. As POSIX terminals are connected to, or emulate, a UART, this package also provides control over the various UART and serial line parameters. This package contains the source code needed for building packages that reference the following Go import paths – github.com/pkg/term

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

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

sudo dnf -y install golang-github-pkg-term-devel

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

sudo yum -y install golang-github-pkg-term-devel

How To Uninstall golang-github-pkg-term-devel on Fedora 36

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

sudo dnf remove golang-github-pkg-term-devel

golang-github-pkg-term-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-pkg-term-devel
/usr/share/doc/golang-github-pkg-term-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/pkg
/usr/share/gocode/src/github.com/pkg/term
/usr/share/gocode/src/github.com/pkg/term/.goipath
/usr/share/gocode/src/github.com/pkg/term/README.md
/usr/share/gocode/src/github.com/pkg/term/example_test.go
/usr/share/gocode/src/github.com/pkg/term/go.mod
/usr/share/gocode/src/github.com/pkg/term/term.go
/usr/share/gocode/src/github.com/pkg/term/term_bsdi.go
/usr/share/gocode/src/github.com/pkg/term/term_bsdu.go
/usr/share/gocode/src/github.com/pkg/term/term_darwin.go
/usr/share/gocode/src/github.com/pkg/term/term_linux.go
/usr/share/gocode/src/github.com/pkg/term/term_open_posix.go
/usr/share/gocode/src/github.com/pkg/term/term_posix.go
/usr/share/gocode/src/github.com/pkg/term/term_solaris.go
/usr/share/gocode/src/github.com/pkg/term/term_test.go
/usr/share/gocode/src/github.com/pkg/term/term_windows.go
/usr/share/gocode/src/github.com/pkg/term/termios
/usr/share/gocode/src/github.com/pkg/term/termios/doc.go
/usr/share/gocode/src/github.com/pkg/term/termios/ioctl.go
/usr/share/gocode/src/github.com/pkg/term/termios/pty.go
/usr/share/gocode/src/github.com/pkg/term/termios/pty_cgo.go
/usr/share/gocode/src/github.com/pkg/term/termios/pty_darwin.go
/usr/share/gocode/src/github.com/pkg/term/termios/pty_freebsd.go
/usr/share/gocode/src/github.com/pkg/term/termios/pty_linux.go
/usr/share/gocode/src/github.com/pkg/term/termios/pty_netbsd.go
/usr/share/gocode/src/github.com/pkg/term/termios/pty_test.go
/usr/share/gocode/src/github.com/pkg/term/termios/termios.go
/usr/share/gocode/src/github.com/pkg/term/termios/termios_bsd.go
/usr/share/gocode/src/github.com/pkg/term/termios/termios_const.go
/usr/share/gocode/src/github.com/pkg/term/termios/termios_const_solaris.go
/usr/share/gocode/src/github.com/pkg/term/termios/termios_linux.go
/usr/share/gocode/src/github.com/pkg/term/termios/termios_linux_test.go
/usr/share/gocode/src/github.com/pkg/term/termios/termios_solaris.go
/usr/share/gocode/src/github.com/pkg/term/termios/termios_test.go
/usr/share/licenses/golang-github-pkg-term-devel
/usr/share/licenses/golang-github-pkg-term-devel/LICENSE

References

Summary

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