How To Install golang-github-nats-io-nkeys on Fedora 36

In this tutorial we learn how to install golang-github-nats-io-nkeys in Fedora 36. golang-github-nats-io-nkeys is Public-key signature system based on Ed25519 for the NATS ecosystem

Introduction

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

What is golang-github-nats-io-nkeys

A public-key signature system based on Ed25519 for the NATS ecosystem.

We can use yum or dnf to install golang-github-nats-io-nkeys 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-nkeys.

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

sudo dnf -y install golang-github-nats-io-nkeys

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

sudo yum -y install golang-github-nats-io-nkeys

How To Uninstall golang-github-nats-io-nkeys on Fedora 36

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

sudo dnf remove golang-github-nats-io-nkeys

golang-github-nats-io-nkeys Package Contents on Fedora 36

/usr/bin/nk
/usr/lib/.build-id
/usr/lib/.build-id/5a
/usr/lib/.build-id/5a/d1eb7b84d5d2d896326116982e493c7704b5bd
/usr/share/doc/golang-github-nats-io-nkeys
/usr/share/doc/golang-github-nats-io-nkeys/GOVERNANCE.md
/usr/share/doc/golang-github-nats-io-nkeys/MAINTAINERS.md
/usr/share/doc/golang-github-nats-io-nkeys/README-nk.md
/usr/share/doc/golang-github-nats-io-nkeys/README.md
/usr/share/doc/golang-github-nats-io-nkeys/TODO.md
/usr/share/licenses/golang-github-nats-io-nkeys
/usr/share/licenses/golang-github-nats-io-nkeys/LICENSE

References

Summary

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