How To Install golang-github-stomp-3 on Fedora 36

In this tutorial we learn how to install golang-github-stomp-3 in Fedora 36. golang-github-stomp-3 is Go language library for STOMP protocol

Introduction

In this tutorial we learn how to install golang-github-stomp-3 on Fedora 36.

What is golang-github-stomp-3

Go language library for STOMP protocol.

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

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

sudo dnf -y install golang-github-stomp-3

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

sudo yum -y install golang-github-stomp-3

How To Uninstall golang-github-stomp-3 on Fedora 36

To uninstall only the golang-github-stomp-3 package we can use the following command:

sudo dnf remove golang-github-stomp-3

golang-github-stomp-3 Package Contents on Fedora 36

/usr/bin/stompd
/usr/lib/.build-id
/usr/lib/.build-id/ea
/usr/lib/.build-id/ea/9a816ba221d8afbeb29dd24fc27776123a7059
/usr/share/doc/golang-github-stomp-3
/usr/share/doc/golang-github-stomp-3/AUTHORS.md
/usr/share/doc/golang-github-stomp-3/README.md
/usr/share/doc/golang-github-stomp-3/breaking_changes.md
/usr/share/doc/golang-github-stomp-3/examples
/usr/share/doc/golang-github-stomp-3/examples/client_test
/usr/share/doc/golang-github-stomp-3/examples/client_test/client_test
/usr/share/doc/golang-github-stomp-3/examples/client_test/main.go
/usr/share/licenses/golang-github-stomp-3
/usr/share/licenses/golang-github-stomp-3/LICENSE.txt

References

Summary

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