How To Install golang-github-gobwas-ws on Fedora 36

In this tutorial we learn how to install golang-github-gobwas-ws in Fedora 36. golang-github-gobwas-ws is Tiny WebSocket library

Introduction

In this tutorial we learn how to install golang-github-gobwas-ws on Fedora 36.

What is golang-github-gobwas-ws

Tiny WebSocket library for Go.

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

Install golang-github-gobwas-ws 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-gobwas-ws using dnf by running the following command:

sudo dnf -y install golang-github-gobwas-ws

Install golang-github-gobwas-ws 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-gobwas-ws using yum by running the following command:

sudo yum -y install golang-github-gobwas-ws

How To Uninstall golang-github-gobwas-ws on Fedora 36

To uninstall only the golang-github-gobwas-ws package we can use the following command:

sudo dnf remove golang-github-gobwas-ws

golang-github-gobwas-ws Package Contents on Fedora 36

/usr/bin/autobahn
/usr/lib/.build-id
/usr/lib/.build-id/45
/usr/lib/.build-id/45/fa4fb8d24e5b4f8631c578ea91410bc45dfd6c
/usr/share/doc/golang-github-gobwas-ws
/usr/share/doc/golang-github-gobwas-ws/README.md
/usr/share/doc/golang-github-gobwas-ws/example
/usr/share/doc/golang-github-gobwas-ws/example/autobahn
/usr/share/doc/golang-github-gobwas-ws/example/autobahn/autobahn.go
/usr/share/doc/golang-github-gobwas-ws/example/autobahn/autobahn_test.go
/usr/share/licenses/golang-github-gobwas-ws
/usr/share/licenses/golang-github-gobwas-ws/LICENSE

References

Summary

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