How To Install golang-github-opencontainers-digest-devel on Fedora 36

In this tutorial we learn how to install golang-github-opencontainers-digest-devel in Fedora 36. golang-github-opencontainers-digest-devel is Common digest package used across the container ecosystem

Introduction

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

What is golang-github-opencontainers-digest-devel

Package Digest provides a generalized type to opaquely represent message digests and their operations within the registry. The Digest type is designed to serve as a flexible identifier in a content-addressable system. More importantly, it provides tools and wrappers to work with hash.Hash-based digests with little effort. This package contains the source code needed for building packages that reference the following Go import paths – github.com/opencontainers/go-digest

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

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

sudo dnf -y install golang-github-opencontainers-digest-devel

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

sudo yum -y install golang-github-opencontainers-digest-devel

How To Uninstall golang-github-opencontainers-digest-devel on Fedora 36

To uninstall only the golang-github-opencontainers-digest-devel package we can use the following command:

sudo dnf remove golang-github-opencontainers-digest-devel

golang-github-opencontainers-digest-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-opencontainers-digest-devel
/usr/share/doc/golang-github-opencontainers-digest-devel/CONTRIBUTING.md
/usr/share/doc/golang-github-opencontainers-digest-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/opencontainers
/usr/share/gocode/src/github.com/opencontainers/go-digest
/usr/share/gocode/src/github.com/opencontainers/go-digest/.goipath
/usr/share/gocode/src/github.com/opencontainers/go-digest/CONTRIBUTING.md
/usr/share/gocode/src/github.com/opencontainers/go-digest/README.md
/usr/share/gocode/src/github.com/opencontainers/go-digest/algorithm.go
/usr/share/gocode/src/github.com/opencontainers/go-digest/algorithm_test.go
/usr/share/gocode/src/github.com/opencontainers/go-digest/digest.go
/usr/share/gocode/src/github.com/opencontainers/go-digest/digest_test.go
/usr/share/gocode/src/github.com/opencontainers/go-digest/digester.go
/usr/share/gocode/src/github.com/opencontainers/go-digest/digestset
/usr/share/gocode/src/github.com/opencontainers/go-digest/digestset/set.go
/usr/share/gocode/src/github.com/opencontainers/go-digest/digestset/set_test.go
/usr/share/gocode/src/github.com/opencontainers/go-digest/doc.go
/usr/share/gocode/src/github.com/opencontainers/go-digest/go.mod
/usr/share/gocode/src/github.com/opencontainers/go-digest/releases
/usr/share/gocode/src/github.com/opencontainers/go-digest/releases/README.md
/usr/share/gocode/src/github.com/opencontainers/go-digest/verifiers.go
/usr/share/gocode/src/github.com/opencontainers/go-digest/verifiers_test.go
/usr/share/licenses/golang-github-opencontainers-digest-devel
/usr/share/licenses/golang-github-opencontainers-digest-devel/LICENSE.docs

References

Summary

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