How To Install golang-github-mitchellh-vnc-devel on Fedora 36

In this tutorial we learn how to install golang-github-mitchellh-vnc-devel in Fedora 36. golang-github-mitchellh-vnc-devel is VNC client and server library for Go

Introduction

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

What is golang-github-mitchellh-vnc-devel

Go-vnc is a VNC library for Go, initially supporting VNC clients but with the goal of eventually implementing a VNC server. This library implements RFC 6143. This package contains the source code needed for building packages that reference the following Go import paths – github.com/mitchellh/go-vnc

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

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

sudo dnf -y install golang-github-mitchellh-vnc-devel

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

sudo yum -y install golang-github-mitchellh-vnc-devel

How To Uninstall golang-github-mitchellh-vnc-devel on Fedora 36

To uninstall only the golang-github-mitchellh-vnc-devel package we can use the following command:

sudo dnf remove golang-github-mitchellh-vnc-devel

golang-github-mitchellh-vnc-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-mitchellh-vnc-devel
/usr/share/doc/golang-github-mitchellh-vnc-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/mitchellh
/usr/share/gocode/src/github.com/mitchellh/go-vnc
/usr/share/gocode/src/github.com/mitchellh/go-vnc/.goipath
/usr/share/gocode/src/github.com/mitchellh/go-vnc/README.md
/usr/share/gocode/src/github.com/mitchellh/go-vnc/client.go
/usr/share/gocode/src/github.com/mitchellh/go-vnc/client_auth.go
/usr/share/gocode/src/github.com/mitchellh/go-vnc/client_auth_test.go
/usr/share/gocode/src/github.com/mitchellh/go-vnc/client_test.go
/usr/share/gocode/src/github.com/mitchellh/go-vnc/color.go
/usr/share/gocode/src/github.com/mitchellh/go-vnc/encoding.go
/usr/share/gocode/src/github.com/mitchellh/go-vnc/pixel_format.go
/usr/share/gocode/src/github.com/mitchellh/go-vnc/pointer.go
/usr/share/gocode/src/github.com/mitchellh/go-vnc/server_messages.go
/usr/share/licenses/golang-github-mitchellh-vnc-devel
/usr/share/licenses/golang-github-mitchellh-vnc-devel/LICENSE

References

Summary

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