How To Install golang-github-tmc-grpc-websocket-proxy-devel on Fedora 36

In this tutorial we learn how to install golang-github-tmc-grpc-websocket-proxy-devel in Fedora 36. golang-github-tmc-grpc-websocket-proxy-devel is Proxy to upgrade grpc-gateway streaming endpoints to use websockets

Introduction

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

What is golang-github-tmc-grpc-websocket-proxy-devel

Wrap your grpc-gateway mux with this helper to expose streaming endpoints over websockets. This package contains the source code needed for building packages that reference the following Go import paths – github.com/tmc/grpc-websocket-proxy

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

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

sudo dnf -y install golang-github-tmc-grpc-websocket-proxy-devel

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

sudo yum -y install golang-github-tmc-grpc-websocket-proxy-devel

How To Uninstall golang-github-tmc-grpc-websocket-proxy-devel on Fedora 36

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

sudo dnf remove golang-github-tmc-grpc-websocket-proxy-devel

golang-github-tmc-grpc-websocket-proxy-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-tmc-grpc-websocket-proxy-devel
/usr/share/doc/golang-github-tmc-grpc-websocket-proxy-devel/README.md
/usr/share/doc/golang-github-tmc-grpc-websocket-proxy-devel/examples
/usr/share/doc/golang-github-tmc-grpc-websocket-proxy-devel/examples/cmd
/usr/share/doc/golang-github-tmc-grpc-websocket-proxy-devel/examples/cmd/wsechoserver
/usr/share/doc/golang-github-tmc-grpc-websocket-proxy-devel/examples/cmd/wsechoserver/echoserver
/usr/share/doc/golang-github-tmc-grpc-websocket-proxy-devel/examples/cmd/wsechoserver/echoserver/Makefile
/usr/share/doc/golang-github-tmc-grpc-websocket-proxy-devel/examples/cmd/wsechoserver/echoserver/echoserver.pb.go
/usr/share/doc/golang-github-tmc-grpc-websocket-proxy-devel/examples/cmd/wsechoserver/echoserver/echoserver.pb.gw.go
/usr/share/doc/golang-github-tmc-grpc-websocket-proxy-devel/examples/cmd/wsechoserver/echoserver/echoserver.proto
/usr/share/doc/golang-github-tmc-grpc-websocket-proxy-devel/examples/cmd/wsechoserver/echoserver/gen.go
/usr/share/doc/golang-github-tmc-grpc-websocket-proxy-devel/examples/cmd/wsechoserver/main.go
/usr/share/doc/golang-github-tmc-grpc-websocket-proxy-devel/examples/cmd/wsechoserver/server.go
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/tmc
/usr/share/gocode/src/github.com/tmc/grpc-websocket-proxy
/usr/share/gocode/src/github.com/tmc/grpc-websocket-proxy/.goipath
/usr/share/gocode/src/github.com/tmc/grpc-websocket-proxy/README.md
/usr/share/gocode/src/github.com/tmc/grpc-websocket-proxy/examples
/usr/share/gocode/src/github.com/tmc/grpc-websocket-proxy/examples/cmd
/usr/share/gocode/src/github.com/tmc/grpc-websocket-proxy/examples/cmd/wsechoserver
/usr/share/gocode/src/github.com/tmc/grpc-websocket-proxy/examples/cmd/wsechoserver/echoserver
/usr/share/gocode/src/github.com/tmc/grpc-websocket-proxy/examples/cmd/wsechoserver/echoserver/echoserver.proto
/usr/share/gocode/src/github.com/tmc/grpc-websocket-proxy/wsproxy
/usr/share/gocode/src/github.com/tmc/grpc-websocket-proxy/wsproxy/doc.go
/usr/share/gocode/src/github.com/tmc/grpc-websocket-proxy/wsproxy/websocket_proxy.go
/usr/share/licenses/golang-github-tmc-grpc-websocket-proxy-devel
/usr/share/licenses/golang-github-tmc-grpc-websocket-proxy-devel/LICENSE

References

Summary

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