How To Install golang-github-gorilla-websocket-devel on Fedora 36

In this tutorial we learn how to install golang-github-gorilla-websocket-devel in Fedora 36. golang-github-gorilla-websocket-devel is Websocket implementation for Go

Introduction

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

What is golang-github-gorilla-websocket-devel

Gorilla WebSocket is a Go implementation of the WebSocket protocol. This package contains the source code needed for building packages that reference the following Go import paths – github.com/gorilla/websocket

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

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

sudo dnf -y install golang-github-gorilla-websocket-devel

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

sudo yum -y install golang-github-gorilla-websocket-devel

How To Uninstall golang-github-gorilla-websocket-devel on Fedora 36

To uninstall only the golang-github-gorilla-websocket-devel package we can use the following command:

sudo dnf remove golang-github-gorilla-websocket-devel

golang-github-gorilla-websocket-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-gorilla-websocket-devel
/usr/share/doc/golang-github-gorilla-websocket-devel/AUTHORS
/usr/share/doc/golang-github-gorilla-websocket-devel/README.md
/usr/share/doc/golang-github-gorilla-websocket-devel/examples
/usr/share/doc/golang-github-gorilla-websocket-devel/examples/autobahn
/usr/share/doc/golang-github-gorilla-websocket-devel/examples/autobahn/README.md
/usr/share/doc/golang-github-gorilla-websocket-devel/examples/autobahn/fuzzingclient.json
/usr/share/doc/golang-github-gorilla-websocket-devel/examples/autobahn/server.go
/usr/share/doc/golang-github-gorilla-websocket-devel/examples/chat
/usr/share/doc/golang-github-gorilla-websocket-devel/examples/chat/README.md
/usr/share/doc/golang-github-gorilla-websocket-devel/examples/chat/client.go
/usr/share/doc/golang-github-gorilla-websocket-devel/examples/chat/home.html
/usr/share/doc/golang-github-gorilla-websocket-devel/examples/chat/hub.go
/usr/share/doc/golang-github-gorilla-websocket-devel/examples/chat/main.go
/usr/share/doc/golang-github-gorilla-websocket-devel/examples/command
/usr/share/doc/golang-github-gorilla-websocket-devel/examples/command/README.md
/usr/share/doc/golang-github-gorilla-websocket-devel/examples/command/home.html
/usr/share/doc/golang-github-gorilla-websocket-devel/examples/command/main.go
/usr/share/doc/golang-github-gorilla-websocket-devel/examples/echo
/usr/share/doc/golang-github-gorilla-websocket-devel/examples/echo/README.md
/usr/share/doc/golang-github-gorilla-websocket-devel/examples/echo/client.go
/usr/share/doc/golang-github-gorilla-websocket-devel/examples/echo/server.go
/usr/share/doc/golang-github-gorilla-websocket-devel/examples/filewatch
/usr/share/doc/golang-github-gorilla-websocket-devel/examples/filewatch/README.md
/usr/share/doc/golang-github-gorilla-websocket-devel/examples/filewatch/main.go
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/gorilla
/usr/share/gocode/src/github.com/gorilla/websocket
/usr/share/gocode/src/github.com/gorilla/websocket/.goipath
/usr/share/gocode/src/github.com/gorilla/websocket/README.md
/usr/share/gocode/src/github.com/gorilla/websocket/client.go
/usr/share/gocode/src/github.com/gorilla/websocket/client_clone.go
/usr/share/gocode/src/github.com/gorilla/websocket/client_clone_legacy.go
/usr/share/gocode/src/github.com/gorilla/websocket/client_server_test.go
/usr/share/gocode/src/github.com/gorilla/websocket/client_test.go
/usr/share/gocode/src/github.com/gorilla/websocket/compression.go
/usr/share/gocode/src/github.com/gorilla/websocket/compression_test.go
/usr/share/gocode/src/github.com/gorilla/websocket/conn.go
/usr/share/gocode/src/github.com/gorilla/websocket/conn_broadcast_test.go
/usr/share/gocode/src/github.com/gorilla/websocket/conn_test.go
/usr/share/gocode/src/github.com/gorilla/websocket/conn_write.go
/usr/share/gocode/src/github.com/gorilla/websocket/conn_write_legacy.go
/usr/share/gocode/src/github.com/gorilla/websocket/doc.go
/usr/share/gocode/src/github.com/gorilla/websocket/example_test.go
/usr/share/gocode/src/github.com/gorilla/websocket/examples
/usr/share/gocode/src/github.com/gorilla/websocket/examples/autobahn
/usr/share/gocode/src/github.com/gorilla/websocket/examples/autobahn/README.md
/usr/share/gocode/src/github.com/gorilla/websocket/examples/chat
/usr/share/gocode/src/github.com/gorilla/websocket/examples/chat/README.md
/usr/share/gocode/src/github.com/gorilla/websocket/examples/command
/usr/share/gocode/src/github.com/gorilla/websocket/examples/command/README.md
/usr/share/gocode/src/github.com/gorilla/websocket/examples/echo
/usr/share/gocode/src/github.com/gorilla/websocket/examples/echo/README.md
/usr/share/gocode/src/github.com/gorilla/websocket/examples/filewatch
/usr/share/gocode/src/github.com/gorilla/websocket/examples/filewatch/README.md
/usr/share/gocode/src/github.com/gorilla/websocket/glide.lock
/usr/share/gocode/src/github.com/gorilla/websocket/glide.yaml
/usr/share/gocode/src/github.com/gorilla/websocket/go.mod
/usr/share/gocode/src/github.com/gorilla/websocket/join.go
/usr/share/gocode/src/github.com/gorilla/websocket/join_test.go
/usr/share/gocode/src/github.com/gorilla/websocket/json.go
/usr/share/gocode/src/github.com/gorilla/websocket/json_test.go
/usr/share/gocode/src/github.com/gorilla/websocket/mask.go
/usr/share/gocode/src/github.com/gorilla/websocket/mask_safe.go
/usr/share/gocode/src/github.com/gorilla/websocket/mask_test.go
/usr/share/gocode/src/github.com/gorilla/websocket/prepared.go
/usr/share/gocode/src/github.com/gorilla/websocket/prepared_test.go
/usr/share/gocode/src/github.com/gorilla/websocket/proxy.go
/usr/share/gocode/src/github.com/gorilla/websocket/server.go
/usr/share/gocode/src/github.com/gorilla/websocket/server_test.go
/usr/share/gocode/src/github.com/gorilla/websocket/trace.go
/usr/share/gocode/src/github.com/gorilla/websocket/trace_17.go
/usr/share/gocode/src/github.com/gorilla/websocket/util.go
/usr/share/gocode/src/github.com/gorilla/websocket/util_test.go
/usr/share/gocode/src/github.com/gorilla/websocket/x_net_proxy.go
/usr/share/licenses/golang-github-gorilla-websocket-devel
/usr/share/licenses/golang-github-gorilla-websocket-devel/LICENSE

References

Summary

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