How To Install golang-k8s-cli-runtime-devel on Fedora 36

In this tutorial we learn how to install golang-k8s-cli-runtime-devel in Fedora 36. golang-k8s-cli-runtime-devel is Set of helpers for creating kubectl commands and plugins

Introduction

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

What is golang-k8s-cli-runtime-devel

Set of helpers for creating kubectl commands, as well as kubectl plugins. This package contains the source code needed for building packages that reference the following Go import paths – k8s.io/cli-runtime

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

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

sudo dnf -y install golang-k8s-cli-runtime-devel

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

sudo yum -y install golang-k8s-cli-runtime-devel

How To Uninstall golang-k8s-cli-runtime-devel on Fedora 36

To uninstall only the golang-k8s-cli-runtime-devel package we can use the following command:

sudo dnf remove golang-k8s-cli-runtime-devel

golang-k8s-cli-runtime-devel Package Contents on Fedora 36

/usr/share/doc/golang-k8s-cli-runtime-devel
/usr/share/doc/golang-k8s-cli-runtime-devel/CONTRIBUTING.md
/usr/share/doc/golang-k8s-cli-runtime-devel/README.md
/usr/share/doc/golang-k8s-cli-runtime-devel/code-of-conduct.md
/usr/share/gocode/src/k8s.io
/usr/share/gocode/src/k8s.io/cli-runtime
/usr/share/gocode/src/k8s.io/cli-runtime/.goipath
/usr/share/gocode/src/k8s.io/cli-runtime/CONTRIBUTING.md
/usr/share/gocode/src/k8s.io/cli-runtime/README.md
/usr/share/gocode/src/k8s.io/cli-runtime/code-of-conduct.md
/usr/share/gocode/src/k8s.io/cli-runtime/go.mod
/usr/share/gocode/src/k8s.io/cli-runtime/pkg
/usr/share/gocode/src/k8s.io/cli-runtime/pkg/genericclioptions
/usr/share/gocode/src/k8s.io/cli-runtime/pkg/genericclioptions/builder_flags.go
/usr/share/gocode/src/k8s.io/cli-runtime/pkg/genericclioptions/builder_flags_fake.go
/usr/share/gocode/src/k8s.io/cli-runtime/pkg/genericclioptions/client_config.go
/usr/share/gocode/src/k8s.io/cli-runtime/pkg/genericclioptions/command_headers.go
/usr/share/gocode/src/k8s.io/cli-runtime/pkg/genericclioptions/command_headers_test.go
/usr/share/gocode/src/k8s.io/cli-runtime/pkg/genericclioptions/config_flags.go
/usr/share/gocode/src/k8s.io/cli-runtime/pkg/genericclioptions/config_flags_fake.go
/usr/share/gocode/src/k8s.io/cli-runtime/pkg/genericclioptions/doc.go
/usr/share/gocode/src/k8s.io/cli-runtime/pkg/genericclioptions/filename_flags.go
/usr/share/gocode/src/k8s.io/cli-runtime/pkg/genericclioptions/io_options.go
/usr/share/gocode/src/k8s.io/cli-runtime/pkg/genericclioptions/json_yaml_flags.go
/usr/share/gocode/src/k8s.io/cli-runtime/pkg/genericclioptions/json_yaml_flags_test.go
/usr/share/gocode/src/k8s.io/cli-runtime/pkg/genericclioptions/jsonpath_flags.go
/usr/share/gocode/src/k8s.io/cli-runtime/pkg/genericclioptions/jsonpath_flags_test.go
/usr/share/gocode/src/k8s.io/cli-runtime/pkg/genericclioptions/kube_template_flags.go
/usr/share/gocode/src/k8s.io/cli-runtime/pkg/genericclioptions/name_flags.go
/usr/share/gocode/src/k8s.io/cli-runtime/pkg/genericclioptions/name_flags_test.go
/usr/share/gocode/src/k8s.io/cli-runtime/pkg/genericclioptions/print_flags.go
/usr/share/gocode/src/k8s.io/cli-runtime/pkg/genericclioptions/print_flags_test.go
/usr/share/gocode/src/k8s.io/cli-runtime/pkg/genericclioptions/record_flags.go
/usr/share/gocode/src/k8s.io/cli-runtime/pkg/genericclioptions/template_flags.go
/usr/share/gocode/src/k8s.io/cli-runtime/pkg/genericclioptions/template_flags_test.go
/usr/share/gocode/src/k8s.io/cli-runtime/pkg/printers
/usr/share/gocode/src/k8s.io/cli-runtime/pkg/printers/discard.go
/usr/share/gocode/src/k8s.io/cli-runtime/pkg/printers/doc.go
/usr/share/gocode/src/k8s.io/cli-runtime/pkg/printers/interface.go
/usr/share/gocode/src/k8s.io/cli-runtime/pkg/printers/json.go
/usr/share/gocode/src/k8s.io/cli-runtime/pkg/printers/json_test.go
/usr/share/gocode/src/k8s.io/cli-runtime/pkg/printers/jsonpath.go
/usr/share/gocode/src/k8s.io/cli-runtime/pkg/printers/jsonpath_test.go
/usr/share/gocode/src/k8s.io/cli-runtime/pkg/printers/managedfields.go
/usr/share/gocode/src/k8s.io/cli-runtime/pkg/printers/managedfields_test.go
/usr/share/gocode/src/k8s.io/cli-runtime/pkg/printers/name.go
/usr/share/gocode/src/k8s.io/cli-runtime/pkg/printers/sourcechecker.go
/usr/share/gocode/src/k8s.io/cli-runtime/pkg/printers/sourcechecker_test.go
/usr/share/gocode/src/k8s.io/cli-runtime/pkg/printers/tableprinter.go
/usr/share/gocode/src/k8s.io/cli-runtime/pkg/printers/tableprinter_test.go
/usr/share/gocode/src/k8s.io/cli-runtime/pkg/printers/tabwriter.go
/usr/share/gocode/src/k8s.io/cli-runtime/pkg/printers/template.go
/usr/share/gocode/src/k8s.io/cli-runtime/pkg/printers/template_test.go
/usr/share/gocode/src/k8s.io/cli-runtime/pkg/printers/typesetter.go
/usr/share/gocode/src/k8s.io/cli-runtime/pkg/resource
/usr/share/gocode/src/k8s.io/cli-runtime/pkg/resource/builder.go
/usr/share/gocode/src/k8s.io/cli-runtime/pkg/resource/builder_example_test.go
/usr/share/gocode/src/k8s.io/cli-runtime/pkg/resource/builder_test.go
/usr/share/gocode/src/k8s.io/cli-runtime/pkg/resource/client.go
/usr/share/gocode/src/k8s.io/cli-runtime/pkg/resource/crd_finder.go
/usr/share/gocode/src/k8s.io/cli-runtime/pkg/resource/crd_finder_test.go
/usr/share/gocode/src/k8s.io/cli-runtime/pkg/resource/doc.go
/usr/share/gocode/src/k8s.io/cli-runtime/pkg/resource/dry_run_verifier.go
/usr/share/gocode/src/k8s.io/cli-runtime/pkg/resource/dry_run_verifier_test.go
/usr/share/gocode/src/k8s.io/cli-runtime/pkg/resource/fake.go
/usr/share/gocode/src/k8s.io/cli-runtime/pkg/resource/helper.go
/usr/share/gocode/src/k8s.io/cli-runtime/pkg/resource/helper_test.go
/usr/share/gocode/src/k8s.io/cli-runtime/pkg/resource/interfaces.go
/usr/share/gocode/src/k8s.io/cli-runtime/pkg/resource/kustomizevisitor.go
/usr/share/gocode/src/k8s.io/cli-runtime/pkg/resource/kustomizevisitor_test.go
/usr/share/gocode/src/k8s.io/cli-runtime/pkg/resource/mapper.go
/usr/share/gocode/src/k8s.io/cli-runtime/pkg/resource/metadata_decoder.go
/usr/share/gocode/src/k8s.io/cli-runtime/pkg/resource/result.go
/usr/share/gocode/src/k8s.io/cli-runtime/pkg/resource/scheme.go
/usr/share/gocode/src/k8s.io/cli-runtime/pkg/resource/scheme_test.go
/usr/share/gocode/src/k8s.io/cli-runtime/pkg/resource/selector.go
/usr/share/gocode/src/k8s.io/cli-runtime/pkg/resource/visitor.go
/usr/share/gocode/src/k8s.io/cli-runtime/pkg/resource/visitor_test.go
/usr/share/licenses/golang-k8s-cli-runtime-devel
/usr/share/licenses/golang-k8s-cli-runtime-devel/LICENSE

References

Summary

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