How To Install golang-k8s-cluster-bootstrap-devel on Fedora 36

In this tutorial we learn how to install golang-k8s-cluster-bootstrap-devel in Fedora 36. golang-k8s-cluster-bootstrap-devel is Set of constants and helpers in support of Kubernetes bootstrap discovery

Introduction

In this tutorial we learn how to install golang-k8s-cluster-bootstrap-devel on Fedora 36.

What is golang-k8s-cluster-bootstrap-devel

Set of constants and helpers in support of Kubernetes bootstrap discovery. This package contains the source code needed for building packages that reference the following Go import paths – k8s.io/cluster-bootstrap

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

Install golang-k8s-cluster-bootstrap-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-k8s-cluster-bootstrap-devel using dnf by running the following command:

sudo dnf -y install golang-k8s-cluster-bootstrap-devel

Install golang-k8s-cluster-bootstrap-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-k8s-cluster-bootstrap-devel using yum by running the following command:

sudo yum -y install golang-k8s-cluster-bootstrap-devel

How To Uninstall golang-k8s-cluster-bootstrap-devel on Fedora 36

To uninstall only the golang-k8s-cluster-bootstrap-devel package we can use the following command:

sudo dnf remove golang-k8s-cluster-bootstrap-devel

golang-k8s-cluster-bootstrap-devel Package Contents on Fedora 36

/usr/share/doc/golang-k8s-cluster-bootstrap-devel
/usr/share/doc/golang-k8s-cluster-bootstrap-devel/CONTRIBUTING.md
/usr/share/doc/golang-k8s-cluster-bootstrap-devel/README.md
/usr/share/doc/golang-k8s-cluster-bootstrap-devel/code-of-conduct.md
/usr/share/gocode/src/k8s.io
/usr/share/gocode/src/k8s.io/cluster-bootstrap
/usr/share/gocode/src/k8s.io/cluster-bootstrap/.goipath
/usr/share/gocode/src/k8s.io/cluster-bootstrap/CONTRIBUTING.md
/usr/share/gocode/src/k8s.io/cluster-bootstrap/README.md
/usr/share/gocode/src/k8s.io/cluster-bootstrap/code-of-conduct.md
/usr/share/gocode/src/k8s.io/cluster-bootstrap/go.mod
/usr/share/gocode/src/k8s.io/cluster-bootstrap/token
/usr/share/gocode/src/k8s.io/cluster-bootstrap/token/api
/usr/share/gocode/src/k8s.io/cluster-bootstrap/token/api/doc.go
/usr/share/gocode/src/k8s.io/cluster-bootstrap/token/api/types.go
/usr/share/gocode/src/k8s.io/cluster-bootstrap/token/jws
/usr/share/gocode/src/k8s.io/cluster-bootstrap/token/jws/jws.go
/usr/share/gocode/src/k8s.io/cluster-bootstrap/token/jws/jws_test.go
/usr/share/gocode/src/k8s.io/cluster-bootstrap/token/util
/usr/share/gocode/src/k8s.io/cluster-bootstrap/token/util/helpers.go
/usr/share/gocode/src/k8s.io/cluster-bootstrap/token/util/helpers_test.go
/usr/share/gocode/src/k8s.io/cluster-bootstrap/util
/usr/share/gocode/src/k8s.io/cluster-bootstrap/util/secrets
/usr/share/gocode/src/k8s.io/cluster-bootstrap/util/secrets/secrets.go
/usr/share/gocode/src/k8s.io/cluster-bootstrap/util/secrets/secrets_test.go
/usr/share/gocode/src/k8s.io/cluster-bootstrap/util/tokens
/usr/share/gocode/src/k8s.io/cluster-bootstrap/util/tokens/tokens.go
/usr/share/licenses/golang-k8s-cluster-bootstrap-devel
/usr/share/licenses/golang-k8s-cluster-bootstrap-devel/LICENSE

References

Summary

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