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

In this tutorial we learn how to install golang-github-nats-io-nkeys-devel in Fedora 36. golang-github-nats-io-nkeys-devel 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-devel on Fedora 36.

What is golang-github-nats-io-nkeys-devel

A public-key signature system based on Ed25519 for the NATS ecosystem. This package contains the source code needed for building packages that reference the following Go import paths – github.com/nats-io/nkeys

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

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

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

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

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

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

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

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

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

/usr/share/doc/golang-github-nats-io-nkeys-devel
/usr/share/doc/golang-github-nats-io-nkeys-devel/GOVERNANCE.md
/usr/share/doc/golang-github-nats-io-nkeys-devel/MAINTAINERS.md
/usr/share/doc/golang-github-nats-io-nkeys-devel/README-nk.md
/usr/share/doc/golang-github-nats-io-nkeys-devel/README.md
/usr/share/doc/golang-github-nats-io-nkeys-devel/TODO.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/nats-io
/usr/share/gocode/src/github.com/nats-io/nkeys
/usr/share/gocode/src/github.com/nats-io/nkeys/.goipath
/usr/share/gocode/src/github.com/nats-io/nkeys/GOVERNANCE.md
/usr/share/gocode/src/github.com/nats-io/nkeys/MAINTAINERS.md
/usr/share/gocode/src/github.com/nats-io/nkeys/README-nk.md
/usr/share/gocode/src/github.com/nats-io/nkeys/README.md
/usr/share/gocode/src/github.com/nats-io/nkeys/TODO.md
/usr/share/gocode/src/github.com/nats-io/nkeys/crc16.go
/usr/share/gocode/src/github.com/nats-io/nkeys/creds_utils.go
/usr/share/gocode/src/github.com/nats-io/nkeys/creds_utils_test.go
/usr/share/gocode/src/github.com/nats-io/nkeys/go.mod
/usr/share/gocode/src/github.com/nats-io/nkeys/keypair.go
/usr/share/gocode/src/github.com/nats-io/nkeys/main.go
/usr/share/gocode/src/github.com/nats-io/nkeys/main_test.go
/usr/share/gocode/src/github.com/nats-io/nkeys/nk
/usr/share/gocode/src/github.com/nats-io/nkeys/nk/main.go
/usr/share/gocode/src/github.com/nats-io/nkeys/public.go
/usr/share/gocode/src/github.com/nats-io/nkeys/strkey.go
/usr/share/licenses/golang-github-nats-io-nkeys-devel
/usr/share/licenses/golang-github-nats-io-nkeys-devel/LICENSE

References

Summary

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