How To Install golang-github-xdg-scram-devel on Fedora 36

In this tutorial we learn how to install golang-github-xdg-scram-devel in Fedora 36. golang-github-xdg-scram-devel is Go implementation of rfc-5802 salted challenge response authentication mechanism

Introduction

In this tutorial we learn how to install golang-github-xdg-scram-devel on Fedora 36.

What is golang-github-xdg-scram-devel

Package Scram provides client and server implementations of the Salted Challenge Response Authentication Mechanism (SCRAM) described in RFC-5802 and RFC-7677. It includes both client and server side support. This package contains the source code needed for building packages that reference the following Go import paths – github.com/xdg/scram

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

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

sudo dnf -y install golang-github-xdg-scram-devel

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

sudo yum -y install golang-github-xdg-scram-devel

How To Uninstall golang-github-xdg-scram-devel on Fedora 36

To uninstall only the golang-github-xdg-scram-devel package we can use the following command:

sudo dnf remove golang-github-xdg-scram-devel

golang-github-xdg-scram-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-xdg-scram-devel
/usr/share/doc/golang-github-xdg-scram-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/xdg
/usr/share/gocode/src/github.com/xdg/scram
/usr/share/gocode/src/github.com/xdg/scram/.goipath
/usr/share/gocode/src/github.com/xdg/scram/README.md
/usr/share/gocode/src/github.com/xdg/scram/client.go
/usr/share/gocode/src/github.com/xdg/scram/client_conv.go
/usr/share/gocode/src/github.com/xdg/scram/client_conv_test.go
/usr/share/gocode/src/github.com/xdg/scram/common.go
/usr/share/gocode/src/github.com/xdg/scram/common_test.go
/usr/share/gocode/src/github.com/xdg/scram/doc.go
/usr/share/gocode/src/github.com/xdg/scram/doc_test.go
/usr/share/gocode/src/github.com/xdg/scram/parse.go
/usr/share/gocode/src/github.com/xdg/scram/scram.go
/usr/share/gocode/src/github.com/xdg/scram/server.go
/usr/share/gocode/src/github.com/xdg/scram/server_conv.go
/usr/share/gocode/src/github.com/xdg/scram/server_conv_test.go
/usr/share/gocode/src/github.com/xdg/scram/testdata_test.go
/usr/share/licenses/golang-github-xdg-scram-devel
/usr/share/licenses/golang-github-xdg-scram-devel/LICENSE

References

Summary

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