How To Install golang-github-docker-cli-command-image-devel on Fedora 36

In this tutorial we learn how to install golang-github-docker-cli-command-image-devel in Fedora 36. golang-github-docker-cli-command-image-devel is The docker CLI

Introduction

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

What is golang-github-docker-cli-command-image-devel

The docker CLI. This package contains the source code needed for building packages that reference the following Go import paths – github.com/docker/cli/cli/command/image

We can use yum or dnf to install golang-github-docker-cli-command-image-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-cli-command-image-devel.

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

sudo dnf -y install golang-github-docker-cli-command-image-devel

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

sudo yum -y install golang-github-docker-cli-command-image-devel

How To Uninstall golang-github-docker-cli-command-image-devel on Fedora 36

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

sudo dnf remove golang-github-docker-cli-command-image-devel

golang-github-docker-cli-command-image-devel Package Contents on Fedora 36

/usr/share/gocode/src/github.com/docker/cli/cli/command/image
/usr/share/gocode/src/github.com/docker/cli/cli/command/image/.goipath
/usr/share/gocode/src/github.com/docker/cli/cli/command/image/build
/usr/share/gocode/src/github.com/docker/cli/cli/command/image/build.go
/usr/share/gocode/src/github.com/docker/cli/cli/command/image/build/context.go
/usr/share/gocode/src/github.com/docker/cli/cli/command/image/build/context_test.go
/usr/share/gocode/src/github.com/docker/cli/cli/command/image/build/context_unix.go
/usr/share/gocode/src/github.com/docker/cli/cli/command/image/build/context_windows.go
/usr/share/gocode/src/github.com/docker/cli/cli/command/image/build/dockerignore.go
/usr/share/gocode/src/github.com/docker/cli/cli/command/image/build_buildkit.go
/usr/share/gocode/src/github.com/docker/cli/cli/command/image/build_session.go
/usr/share/gocode/src/github.com/docker/cli/cli/command/image/build_test.go
/usr/share/gocode/src/github.com/docker/cli/cli/command/image/client_test.go
/usr/share/gocode/src/github.com/docker/cli/cli/command/image/cmd.go
/usr/share/gocode/src/github.com/docker/cli/cli/command/image/formatter_history.go
/usr/share/gocode/src/github.com/docker/cli/cli/command/image/formatter_history_test.go
/usr/share/gocode/src/github.com/docker/cli/cli/command/image/history.go
/usr/share/gocode/src/github.com/docker/cli/cli/command/image/history_test.go
/usr/share/gocode/src/github.com/docker/cli/cli/command/image/import.go
/usr/share/gocode/src/github.com/docker/cli/cli/command/image/import_test.go
/usr/share/gocode/src/github.com/docker/cli/cli/command/image/inspect.go
/usr/share/gocode/src/github.com/docker/cli/cli/command/image/inspect_test.go
/usr/share/gocode/src/github.com/docker/cli/cli/command/image/list.go
/usr/share/gocode/src/github.com/docker/cli/cli/command/image/list_test.go
/usr/share/gocode/src/github.com/docker/cli/cli/command/image/load.go
/usr/share/gocode/src/github.com/docker/cli/cli/command/image/load_test.go
/usr/share/gocode/src/github.com/docker/cli/cli/command/image/prune.go
/usr/share/gocode/src/github.com/docker/cli/cli/command/image/prune_test.go
/usr/share/gocode/src/github.com/docker/cli/cli/command/image/pull.go
/usr/share/gocode/src/github.com/docker/cli/cli/command/image/pull_test.go
/usr/share/gocode/src/github.com/docker/cli/cli/command/image/push.go
/usr/share/gocode/src/github.com/docker/cli/cli/command/image/push_test.go
/usr/share/gocode/src/github.com/docker/cli/cli/command/image/remove.go
/usr/share/gocode/src/github.com/docker/cli/cli/command/image/remove_test.go
/usr/share/gocode/src/github.com/docker/cli/cli/command/image/save.go
/usr/share/gocode/src/github.com/docker/cli/cli/command/image/save_test.go
/usr/share/gocode/src/github.com/docker/cli/cli/command/image/tag.go
/usr/share/gocode/src/github.com/docker/cli/cli/command/image/tag_test.go
/usr/share/gocode/src/github.com/docker/cli/cli/command/image/trust.go
/usr/share/gocode/src/github.com/docker/cli/cli/command/image/trust_test.go

References

Summary

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