How To Install golang-github-docker-licensing-devel on Fedora 36

In this tutorial we learn how to install golang-github-docker-licensing-devel in Fedora 36. golang-github-docker-licensing-devel is Library for interacting with Docker issued product licenses

Introduction

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

What is golang-github-docker-licensing-devel

Licensing is a library for interacting with Docker issued product licenses. It facilitates user’s authentication to the Docker Hub, provides a mechanism for retrieving a user’s existing docker-issued subscriptions/licenses, detects and verifies locally stored licenses, and can be used to provision trial licenses for Docker Enterprise Edition. This package contains the source code needed for building packages that reference the following Go import paths – github.com/docker/licensing

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

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

sudo dnf -y install golang-github-docker-licensing-devel

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

sudo yum -y install golang-github-docker-licensing-devel

How To Uninstall golang-github-docker-licensing-devel on Fedora 36

To uninstall only the golang-github-docker-licensing-devel package we can use the following command:

sudo dnf remove golang-github-docker-licensing-devel

golang-github-docker-licensing-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-docker-licensing-devel
/usr/share/doc/golang-github-docker-licensing-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/docker
/usr/share/gocode/src/github.com/docker/licensing
/usr/share/gocode/src/github.com/docker/licensing/.goipath
/usr/share/gocode/src/github.com/docker/licensing/README.md
/usr/share/gocode/src/github.com/docker/licensing/client.go
/usr/share/gocode/src/github.com/docker/licensing/client_test.go
/usr/share/gocode/src/github.com/docker/licensing/lib
/usr/share/gocode/src/github.com/docker/licensing/lib/errors
/usr/share/gocode/src/github.com/docker/licensing/lib/errors/error.go
/usr/share/gocode/src/github.com/docker/licensing/lib/errors/error1_test.go
/usr/share/gocode/src/github.com/docker/licensing/lib/errors/error2_test.go
/usr/share/gocode/src/github.com/docker/licensing/lib/errors/error3_test.go
/usr/share/gocode/src/github.com/docker/licensing/lib/errors/error_test.go
/usr/share/gocode/src/github.com/docker/licensing/lib/errors/herror.go
/usr/share/gocode/src/github.com/docker/licensing/lib/errors/panic1_test.go
/usr/share/gocode/src/github.com/docker/licensing/lib/errors/stack.go
/usr/share/gocode/src/github.com/docker/licensing/lib/errors/wrap.go
/usr/share/gocode/src/github.com/docker/licensing/lib/go-auth
/usr/share/gocode/src/github.com/docker/licensing/lib/go-auth/README.md
/usr/share/gocode/src/github.com/docker/licensing/lib/go-auth/identity
/usr/share/gocode/src/github.com/docker/licensing/lib/go-auth/identity/identity.go
/usr/share/gocode/src/github.com/docker/licensing/lib/go-auth/identity/identity_test.go
/usr/share/gocode/src/github.com/docker/licensing/lib/go-auth/jwt
/usr/share/gocode/src/github.com/docker/licensing/lib/go-auth/jwt/context.go
/usr/share/gocode/src/github.com/docker/licensing/lib/go-auth/jwt/context_test.go
/usr/share/gocode/src/github.com/docker/licensing/lib/go-auth/jwt/jwt.go
/usr/share/gocode/src/github.com/docker/licensing/lib/go-auth/jwt/jwt_test.go
/usr/share/gocode/src/github.com/docker/licensing/lib/go-clientlib
/usr/share/gocode/src/github.com/docker/licensing/lib/go-clientlib/README.md
/usr/share/gocode/src/github.com/docker/licensing/lib/go-clientlib/client.go
/usr/share/gocode/src/github.com/docker/licensing/lib/go-clientlib/client_test.go
/usr/share/gocode/src/github.com/docker/licensing/lib/go-validation
/usr/share/gocode/src/github.com/docker/licensing/lib/go-validation/README.md
/usr/share/gocode/src/github.com/docker/licensing/lib/go-validation/validation.go
/usr/share/gocode/src/github.com/docker/licensing/lib/go-validation/validation_test.go
/usr/share/gocode/src/github.com/docker/licensing/license.go
/usr/share/gocode/src/github.com/docker/licensing/mocks
/usr/share/gocode/src/github.com/docker/licensing/mocks/Client.go
/usr/share/gocode/src/github.com/docker/licensing/model
/usr/share/gocode/src/github.com/docker/licensing/model/license.go
/usr/share/gocode/src/github.com/docker/licensing/model/subscriptions.go
/usr/share/gocode/src/github.com/docker/licensing/model/users.go
/usr/share/gocode/src/github.com/docker/licensing/storage.go
/usr/share/gocode/src/github.com/docker/licensing/subscriptions.go
/usr/share/gocode/src/github.com/docker/licensing/types
/usr/share/gocode/src/github.com/docker/licensing/types/types.go
/usr/share/gocode/src/github.com/docker/licensing/users.go
/usr/share/licenses/golang-github-docker-licensing-devel
/usr/share/licenses/golang-github-docker-licensing-devel/LICENSE

References

Summary

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