How To Install golang-github-hinshun-vt10x-devel on Fedora 36

In this tutorial we learn how to install golang-github-hinshun-vt10x-devel in Fedora 36. golang-github-hinshun-vt10x-devel is Package vt10x is a vt10x terminal emulation backend

Introduction

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

What is golang-github-hinshun-vt10x-devel

Package vt10x is a vt10x terminal emulation backend. This package contains the source code needed for building packages that reference the following Go import paths – github.com/hinshun/vt10x

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

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

sudo dnf -y install golang-github-hinshun-vt10x-devel

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

sudo yum -y install golang-github-hinshun-vt10x-devel

How To Uninstall golang-github-hinshun-vt10x-devel on Fedora 36

To uninstall only the golang-github-hinshun-vt10x-devel package we can use the following command:

sudo dnf remove golang-github-hinshun-vt10x-devel

golang-github-hinshun-vt10x-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-hinshun-vt10x-devel
/usr/share/doc/golang-github-hinshun-vt10x-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/hinshun
/usr/share/gocode/src/github.com/hinshun/vt10x
/usr/share/gocode/src/github.com/hinshun/vt10x/.goipath
/usr/share/gocode/src/github.com/hinshun/vt10x/README.md
/usr/share/gocode/src/github.com/hinshun/vt10x/cmd
/usr/share/gocode/src/github.com/hinshun/vt10x/cmd/dump
/usr/share/gocode/src/github.com/hinshun/vt10x/cmd/dump/main.go
/usr/share/gocode/src/github.com/hinshun/vt10x/cmd/goterm
/usr/share/gocode/src/github.com/hinshun/vt10x/cmd/goterm/main.go
/usr/share/gocode/src/github.com/hinshun/vt10x/color.go
/usr/share/gocode/src/github.com/hinshun/vt10x/csi.go
/usr/share/gocode/src/github.com/hinshun/vt10x/csi_test.go
/usr/share/gocode/src/github.com/hinshun/vt10x/doc.go
/usr/share/gocode/src/github.com/hinshun/vt10x/go.mod
/usr/share/gocode/src/github.com/hinshun/vt10x/ioctl_other.go
/usr/share/gocode/src/github.com/hinshun/vt10x/ioctl_posix.go
/usr/share/gocode/src/github.com/hinshun/vt10x/parse.go
/usr/share/gocode/src/github.com/hinshun/vt10x/state.go
/usr/share/gocode/src/github.com/hinshun/vt10x/str.go
/usr/share/gocode/src/github.com/hinshun/vt10x/str_test.go
/usr/share/gocode/src/github.com/hinshun/vt10x/vt.go
/usr/share/gocode/src/github.com/hinshun/vt10x/vt_other.go
/usr/share/gocode/src/github.com/hinshun/vt10x/vt_posix.go
/usr/share/gocode/src/github.com/hinshun/vt10x/vt_test.go
/usr/share/licenses/golang-github-hinshun-vt10x-devel
/usr/share/licenses/golang-github-hinshun-vt10x-devel/LICENSE

References

Summary

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