How To Install golang-github-dghubble-oauth1-devel on Fedora 36

In this tutorial we learn how to install golang-github-dghubble-oauth1-devel in Fedora 36. golang-github-dghubble-oauth1-devel is Go OAuth1 library

Introduction

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

What is golang-github-dghubble-oauth1-devel

The package oauth1 provides a Go implementation of the OAuth 1 spec to allow end-users to authorize a client (i.e. consumer) to access protected resources on his/her behalf. This package contains the source code needed for building packages that reference the following Go import paths – github.com/dghubble/oauth1

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

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

sudo dnf -y install golang-github-dghubble-oauth1-devel

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

sudo yum -y install golang-github-dghubble-oauth1-devel

How To Uninstall golang-github-dghubble-oauth1-devel on Fedora 36

To uninstall only the golang-github-dghubble-oauth1-devel package we can use the following command:

sudo dnf remove golang-github-dghubble-oauth1-devel

golang-github-dghubble-oauth1-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-dghubble-oauth1-devel
/usr/share/doc/golang-github-dghubble-oauth1-devel/CHANGES.md
/usr/share/doc/golang-github-dghubble-oauth1-devel/README.md
/usr/share/doc/golang-github-dghubble-oauth1-devel/examples
/usr/share/doc/golang-github-dghubble-oauth1-devel/examples/README.md
/usr/share/doc/golang-github-dghubble-oauth1-devel/examples/go.mod
/usr/share/doc/golang-github-dghubble-oauth1-devel/examples/go.sum
/usr/share/doc/golang-github-dghubble-oauth1-devel/examples/tumblr-login.go
/usr/share/doc/golang-github-dghubble-oauth1-devel/examples/tumblr-request.go
/usr/share/doc/golang-github-dghubble-oauth1-devel/examples/twitter-login.go
/usr/share/doc/golang-github-dghubble-oauth1-devel/examples/twitter-request.go
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/dghubble
/usr/share/gocode/src/github.com/dghubble/oauth1
/usr/share/gocode/src/github.com/dghubble/oauth1/.goipath
/usr/share/gocode/src/github.com/dghubble/oauth1/CHANGES.md
/usr/share/gocode/src/github.com/dghubble/oauth1/README.md
/usr/share/gocode/src/github.com/dghubble/oauth1/auther.go
/usr/share/gocode/src/github.com/dghubble/oauth1/auther_test.go
/usr/share/gocode/src/github.com/dghubble/oauth1/config.go
/usr/share/gocode/src/github.com/dghubble/oauth1/config_test.go
/usr/share/gocode/src/github.com/dghubble/oauth1/context.go
/usr/share/gocode/src/github.com/dghubble/oauth1/context_test.go
/usr/share/gocode/src/github.com/dghubble/oauth1/discogs
/usr/share/gocode/src/github.com/dghubble/oauth1/discogs/discogs.go
/usr/share/gocode/src/github.com/dghubble/oauth1/doc.go
/usr/share/gocode/src/github.com/dghubble/oauth1/dropbox
/usr/share/gocode/src/github.com/dghubble/oauth1/dropbox/dropbox.go
/usr/share/gocode/src/github.com/dghubble/oauth1/encode.go
/usr/share/gocode/src/github.com/dghubble/oauth1/encode_test.go
/usr/share/gocode/src/github.com/dghubble/oauth1/endpoint.go
/usr/share/gocode/src/github.com/dghubble/oauth1/examples
/usr/share/gocode/src/github.com/dghubble/oauth1/examples/README.md
/usr/share/gocode/src/github.com/dghubble/oauth1/go.mod
/usr/share/gocode/src/github.com/dghubble/oauth1/noncer.go
/usr/share/gocode/src/github.com/dghubble/oauth1/reference_test.go
/usr/share/gocode/src/github.com/dghubble/oauth1/signer.go
/usr/share/gocode/src/github.com/dghubble/oauth1/token.go
/usr/share/gocode/src/github.com/dghubble/oauth1/token_test.go
/usr/share/gocode/src/github.com/dghubble/oauth1/transport.go
/usr/share/gocode/src/github.com/dghubble/oauth1/transport_test.go
/usr/share/gocode/src/github.com/dghubble/oauth1/tumblr
/usr/share/gocode/src/github.com/dghubble/oauth1/tumblr/tumblr.go
/usr/share/gocode/src/github.com/dghubble/oauth1/twitter
/usr/share/gocode/src/github.com/dghubble/oauth1/twitter/twitter.go
/usr/share/gocode/src/github.com/dghubble/oauth1/xing
/usr/share/gocode/src/github.com/dghubble/oauth1/xing/xing.go
/usr/share/licenses/golang-github-dghubble-oauth1-devel
/usr/share/licenses/golang-github-dghubble-oauth1-devel/LICENSE

References

Summary

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