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

In this tutorial we learn how to install golang-github-zyedidia-terminal-devel in Fedora 36. golang-github-zyedidia-terminal-devel is Vt10x terminal emulation backend

Introduction

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

What is golang-github-zyedidia-terminal-devel

Package Terminal is a vt10x terminal emulation backend, influenced largely by st, rxvt, xterm, and iTerm as reference. Use it for terminal muxing, a terminal emulation frontend, or wherever else you need terminal emulation. This package contains the source code needed for building packages that reference the following Go import paths – github.com/zyedidia/terminal

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

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

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

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

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

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

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

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

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

/usr/share/doc/golang-github-zyedidia-terminal-devel
/usr/share/doc/golang-github-zyedidia-terminal-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/zyedidia
/usr/share/gocode/src/github.com/zyedidia/terminal
/usr/share/gocode/src/github.com/zyedidia/terminal/.goipath
/usr/share/gocode/src/github.com/zyedidia/terminal/README.md
/usr/share/gocode/src/github.com/zyedidia/terminal/boxterm
/usr/share/gocode/src/github.com/zyedidia/terminal/boxterm/main.go
/usr/share/gocode/src/github.com/zyedidia/terminal/color.go
/usr/share/gocode/src/github.com/zyedidia/terminal/csi.go
/usr/share/gocode/src/github.com/zyedidia/terminal/csi_test.go
/usr/share/gocode/src/github.com/zyedidia/terminal/doc.go
/usr/share/gocode/src/github.com/zyedidia/terminal/ioctl_other.go
/usr/share/gocode/src/github.com/zyedidia/terminal/ioctl_posix.go
/usr/share/gocode/src/github.com/zyedidia/terminal/parse.go
/usr/share/gocode/src/github.com/zyedidia/terminal/state.go
/usr/share/gocode/src/github.com/zyedidia/terminal/str.go
/usr/share/gocode/src/github.com/zyedidia/terminal/str_test.go
/usr/share/gocode/src/github.com/zyedidia/terminal/vt_other.go
/usr/share/gocode/src/github.com/zyedidia/terminal/vt_posix.go
/usr/share/gocode/src/github.com/zyedidia/terminal/vt_test.go
/usr/share/licenses/golang-github-zyedidia-terminal-devel
/usr/share/licenses/golang-github-zyedidia-terminal-devel/LICENSE

References

Summary

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