How To Install golang-github-jimstudt-http-authentication-devel on Fedora 36

In this tutorial we learn how to install golang-github-jimstudt-http-authentication-devel in Fedora 36. golang-github-jimstudt-http-authentication-devel is Go implementation of RFC 2617 HTTP Authentication

Introduction

In this tutorial we learn how to install golang-github-jimstudt-http-authentication-devel on Fedora 36.

What is golang-github-jimstudt-http-authentication-devel

Go implementation of RFC 2617 HTTP Authentication Authentication. This package contains the source code needed for building packages that reference the following Go import paths – github.com/jimstudt/http-authentication

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

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

sudo dnf -y install golang-github-jimstudt-http-authentication-devel

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

sudo yum -y install golang-github-jimstudt-http-authentication-devel

How To Uninstall golang-github-jimstudt-http-authentication-devel on Fedora 36

To uninstall only the golang-github-jimstudt-http-authentication-devel package we can use the following command:

sudo dnf remove golang-github-jimstudt-http-authentication-devel

golang-github-jimstudt-http-authentication-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-jimstudt-http-authentication-devel
/usr/share/doc/golang-github-jimstudt-http-authentication-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/jimstudt
/usr/share/gocode/src/github.com/jimstudt/http-authentication
/usr/share/gocode/src/github.com/jimstudt/http-authentication/.goipath
/usr/share/gocode/src/github.com/jimstudt/http-authentication/README.md
/usr/share/gocode/src/github.com/jimstudt/http-authentication/basic
/usr/share/gocode/src/github.com/jimstudt/http-authentication/basic/README.md
/usr/share/gocode/src/github.com/jimstudt/http-authentication/basic/bcrypt.go
/usr/share/gocode/src/github.com/jimstudt/http-authentication/basic/bcrypt_test.go
/usr/share/gocode/src/github.com/jimstudt/http-authentication/basic/htpasswd.go
/usr/share/gocode/src/github.com/jimstudt/http-authentication/basic/htpasswd_test.go
/usr/share/gocode/src/github.com/jimstudt/http-authentication/basic/md5.go
/usr/share/gocode/src/github.com/jimstudt/http-authentication/basic/md5_test.go
/usr/share/gocode/src/github.com/jimstudt/http-authentication/basic/plain.go
/usr/share/gocode/src/github.com/jimstudt/http-authentication/basic/plain_test.go
/usr/share/gocode/src/github.com/jimstudt/http-authentication/basic/sha.go
/usr/share/gocode/src/github.com/jimstudt/http-authentication/basic/sha_test.go
/usr/share/gocode/src/github.com/jimstudt/http-authentication/basic/util.go
/usr/share/gocode/src/github.com/jimstudt/http-authentication/basic/util_test.go
/usr/share/gocode/src/github.com/jimstudt/http-authentication/digest
/usr/share/gocode/src/github.com/jimstudt/http-authentication/digest/README.md
/usr/share/gocode/src/github.com/jimstudt/http-authentication/digest/digest.go
/usr/share/gocode/src/github.com/jimstudt/http-authentication/digest/digest_test.go
/usr/share/gocode/src/github.com/jimstudt/http-authentication/digest/htdigest-user-store.go
/usr/share/gocode/src/github.com/jimstudt/http-authentication/digest/parse.go
/usr/share/gocode/src/github.com/jimstudt/http-authentication/digest/simple-nonce-store.go
/usr/share/gocode/src/github.com/jimstudt/http-authentication/digest/simple-nonce.go
/usr/share/gocode/src/github.com/jimstudt/http-authentication/digest/simple-user-store.go
/usr/share/licenses/golang-github-jimstudt-http-authentication-devel
/usr/share/licenses/golang-github-jimstudt-http-authentication-devel/LICENSE

References

Summary

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