How To Install golang-github-nats-io-streaming-server on Fedora 36

In this tutorial we learn how to install golang-github-nats-io-streaming-server in Fedora 36. golang-github-nats-io-streaming-server is NATS Streaming System Server

Introduction

In this tutorial we learn how to install golang-github-nats-io-streaming-server on Fedora 36.

What is golang-github-nats-io-streaming-server

NATS Streaming is an extremely performant, lightweight reliable streaming platform built on NATS.

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

Install golang-github-nats-io-streaming-server 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-nats-io-streaming-server using dnf by running the following command:

sudo dnf -y install golang-github-nats-io-streaming-server

Install golang-github-nats-io-streaming-server 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-nats-io-streaming-server using yum by running the following command:

sudo yum -y install golang-github-nats-io-streaming-server

How To Uninstall golang-github-nats-io-streaming-server on Fedora 36

To uninstall only the golang-github-nats-io-streaming-server package we can use the following command:

sudo dnf remove golang-github-nats-io-streaming-server

golang-github-nats-io-streaming-server Package Contents on Fedora 36

/usr/bin/nats-streaming-server
/usr/lib/.build-id
/usr/lib/.build-id/91
/usr/lib/.build-id/91/3f6922412ddcf86320b1939698816d333b55f9
/usr/share/doc/golang-github-nats-io-streaming-server
/usr/share/doc/golang-github-nats-io-streaming-server/CODE-OF-CONDUCT.md
/usr/share/doc/golang-github-nats-io-streaming-server/GOVERNANCE.md
/usr/share/doc/golang-github-nats-io-streaming-server/MAINTAINERS.md
/usr/share/doc/golang-github-nats-io-streaming-server/README.md
/usr/share/doc/golang-github-nats-io-streaming-server/TODO.md
/usr/share/licenses/golang-github-nats-io-streaming-server
/usr/share/licenses/golang-github-nats-io-streaming-server/LICENSE

References

Summary

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