How To Install golang-github-zyedidia-pty-devel on Fedora 36

In this tutorial we learn how to install golang-github-zyedidia-pty-devel in Fedora 36. golang-github-zyedidia-pty-devel is PTY interface for Go

Introduction

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

What is golang-github-zyedidia-pty-devel

Pty is a Go package for using unix pseudo-terminals. This package contains the source code needed for building packages that reference the following Go import paths – github.com/zyedidia/pty

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

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

sudo dnf -y install golang-github-zyedidia-pty-devel

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

sudo yum -y install golang-github-zyedidia-pty-devel

How To Uninstall golang-github-zyedidia-pty-devel on Fedora 36

To uninstall only the golang-github-zyedidia-pty-devel package we can use the following command:

sudo dnf remove golang-github-zyedidia-pty-devel

golang-github-zyedidia-pty-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-zyedidia-pty-devel
/usr/share/doc/golang-github-zyedidia-pty-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/zyedidia
/usr/share/gocode/src/github.com/zyedidia/pty
/usr/share/gocode/src/github.com/zyedidia/pty/.goipath
/usr/share/gocode/src/github.com/zyedidia/pty/README.md
/usr/share/gocode/src/github.com/zyedidia/pty/doc.go
/usr/share/gocode/src/github.com/zyedidia/pty/ioctl.go
/usr/share/gocode/src/github.com/zyedidia/pty/ioctl_bsd.go
/usr/share/gocode/src/github.com/zyedidia/pty/pty_darwin.go
/usr/share/gocode/src/github.com/zyedidia/pty/pty_dragonfly.go
/usr/share/gocode/src/github.com/zyedidia/pty/pty_freebsd.go
/usr/share/gocode/src/github.com/zyedidia/pty/pty_linux.go
/usr/share/gocode/src/github.com/zyedidia/pty/pty_openbsd_386.go
/usr/share/gocode/src/github.com/zyedidia/pty/pty_openbsd_amd64.go
/usr/share/gocode/src/github.com/zyedidia/pty/pty_unsupported.go
/usr/share/gocode/src/github.com/zyedidia/pty/run.go
/usr/share/gocode/src/github.com/zyedidia/pty/types.go
/usr/share/gocode/src/github.com/zyedidia/pty/types_dragonfly.go
/usr/share/gocode/src/github.com/zyedidia/pty/types_freebsd.go
/usr/share/gocode/src/github.com/zyedidia/pty/types_openbsd.go
/usr/share/gocode/src/github.com/zyedidia/pty/util.go
/usr/share/gocode/src/github.com/zyedidia/pty/ztypes_386.go
/usr/share/gocode/src/github.com/zyedidia/pty/ztypes_amd64.go
/usr/share/gocode/src/github.com/zyedidia/pty/ztypes_arm.go
/usr/share/gocode/src/github.com/zyedidia/pty/ztypes_arm64.go
/usr/share/gocode/src/github.com/zyedidia/pty/ztypes_dragonfly_amd64.go
/usr/share/gocode/src/github.com/zyedidia/pty/ztypes_freebsd_386.go
/usr/share/gocode/src/github.com/zyedidia/pty/ztypes_freebsd_amd64.go
/usr/share/gocode/src/github.com/zyedidia/pty/ztypes_freebsd_arm.go
/usr/share/gocode/src/github.com/zyedidia/pty/ztypes_mipsx.go
/usr/share/gocode/src/github.com/zyedidia/pty/ztypes_openbsd_amd64.go
/usr/share/gocode/src/github.com/zyedidia/pty/ztypes_ppc64.go
/usr/share/gocode/src/github.com/zyedidia/pty/ztypes_ppc64le.go
/usr/share/gocode/src/github.com/zyedidia/pty/ztypes_s390x.go
/usr/share/licenses/golang-github-zyedidia-pty-devel
/usr/share/licenses/golang-github-zyedidia-pty-devel/License

References

Summary

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