How To Install golang-github-jwt-4-devel on Fedora 36

In this tutorial we learn how to install golang-github-jwt-4-devel in Fedora 36. golang-github-jwt-4-devel is Golang implementation of JSON Web Tokens

Introduction

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

What is golang-github-jwt-4-devel

Golang implementation of JSON Web Tokens. This package contains the source code needed for building packages that reference the following Go import paths – github.com/golang-jwt/jwt/v4

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

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

sudo dnf -y install golang-github-jwt-4-devel

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

sudo yum -y install golang-github-jwt-4-devel

How To Uninstall golang-github-jwt-4-devel on Fedora 36

To uninstall only the golang-github-jwt-4-devel package we can use the following command:

sudo dnf remove golang-github-jwt-4-devel

golang-github-jwt-4-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-jwt-4-devel
/usr/share/doc/golang-github-jwt-4-devel/MIGRATION_GUIDE.md
/usr/share/doc/golang-github-jwt-4-devel/README.md
/usr/share/doc/golang-github-jwt-4-devel/VERSION_HISTORY.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/golang-jwt
/usr/share/gocode/src/github.com/golang-jwt/jwt
/usr/share/gocode/src/github.com/golang-jwt/jwt/v4
/usr/share/gocode/src/github.com/golang-jwt/jwt/v4/.goipath
/usr/share/gocode/src/github.com/golang-jwt/jwt/v4/MIGRATION_GUIDE.md
/usr/share/gocode/src/github.com/golang-jwt/jwt/v4/README.md
/usr/share/gocode/src/github.com/golang-jwt/jwt/v4/VERSION_HISTORY.md
/usr/share/gocode/src/github.com/golang-jwt/jwt/v4/claims.go
/usr/share/gocode/src/github.com/golang-jwt/jwt/v4/cmd
/usr/share/gocode/src/github.com/golang-jwt/jwt/v4/cmd/jwt
/usr/share/gocode/src/github.com/golang-jwt/jwt/v4/cmd/jwt/README.md
/usr/share/gocode/src/github.com/golang-jwt/jwt/v4/cmd/jwt/main.go
/usr/share/gocode/src/github.com/golang-jwt/jwt/v4/doc.go
/usr/share/gocode/src/github.com/golang-jwt/jwt/v4/ecdsa.go
/usr/share/gocode/src/github.com/golang-jwt/jwt/v4/ecdsa_test.go
/usr/share/gocode/src/github.com/golang-jwt/jwt/v4/ecdsa_utils.go
/usr/share/gocode/src/github.com/golang-jwt/jwt/v4/ed25519.go
/usr/share/gocode/src/github.com/golang-jwt/jwt/v4/ed25519_test.go
/usr/share/gocode/src/github.com/golang-jwt/jwt/v4/ed25519_utils.go
/usr/share/gocode/src/github.com/golang-jwt/jwt/v4/errors.go
/usr/share/gocode/src/github.com/golang-jwt/jwt/v4/example_test.go
/usr/share/gocode/src/github.com/golang-jwt/jwt/v4/go.mod
/usr/share/gocode/src/github.com/golang-jwt/jwt/v4/hmac.go
/usr/share/gocode/src/github.com/golang-jwt/jwt/v4/hmac_example_test.go
/usr/share/gocode/src/github.com/golang-jwt/jwt/v4/hmac_test.go
/usr/share/gocode/src/github.com/golang-jwt/jwt/v4/http_example_test.go
/usr/share/gocode/src/github.com/golang-jwt/jwt/v4/map_claims.go
/usr/share/gocode/src/github.com/golang-jwt/jwt/v4/map_claims_test.go
/usr/share/gocode/src/github.com/golang-jwt/jwt/v4/none.go
/usr/share/gocode/src/github.com/golang-jwt/jwt/v4/none_test.go
/usr/share/gocode/src/github.com/golang-jwt/jwt/v4/parser.go
/usr/share/gocode/src/github.com/golang-jwt/jwt/v4/parser_option.go
/usr/share/gocode/src/github.com/golang-jwt/jwt/v4/parser_test.go
/usr/share/gocode/src/github.com/golang-jwt/jwt/v4/request
/usr/share/gocode/src/github.com/golang-jwt/jwt/v4/request/doc.go
/usr/share/gocode/src/github.com/golang-jwt/jwt/v4/request/extractor.go
/usr/share/gocode/src/github.com/golang-jwt/jwt/v4/request/extractor_example_test.go
/usr/share/gocode/src/github.com/golang-jwt/jwt/v4/request/extractor_test.go
/usr/share/gocode/src/github.com/golang-jwt/jwt/v4/request/oauth2.go
/usr/share/gocode/src/github.com/golang-jwt/jwt/v4/request/request.go
/usr/share/gocode/src/github.com/golang-jwt/jwt/v4/request/request_test.go
/usr/share/gocode/src/github.com/golang-jwt/jwt/v4/rsa.go
/usr/share/gocode/src/github.com/golang-jwt/jwt/v4/rsa_pss.go
/usr/share/gocode/src/github.com/golang-jwt/jwt/v4/rsa_pss_test.go
/usr/share/gocode/src/github.com/golang-jwt/jwt/v4/rsa_test.go
/usr/share/gocode/src/github.com/golang-jwt/jwt/v4/rsa_utils.go
/usr/share/gocode/src/github.com/golang-jwt/jwt/v4/signing_method.go
/usr/share/gocode/src/github.com/golang-jwt/jwt/v4/test
/usr/share/gocode/src/github.com/golang-jwt/jwt/v4/test/helpers.go
/usr/share/gocode/src/github.com/golang-jwt/jwt/v4/token.go
/usr/share/gocode/src/github.com/golang-jwt/jwt/v4/types.go
/usr/share/gocode/src/github.com/golang-jwt/jwt/v4/types_test.go
/usr/share/licenses/golang-github-jwt-4-devel
/usr/share/licenses/golang-github-jwt-4-devel/LICENSE

References

Summary

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