How To Install golang-github-apache-cloudstack-cloudmonkey-devel on Fedora 36

In this tutorial we learn how to install golang-github-apache-cloudstack-cloudmonkey-devel in Fedora 36. golang-github-apache-cloudstack-cloudmonkey-devel is Apache Cloudstack Cloudmonkey

Introduction

In this tutorial we learn how to install golang-github-apache-cloudstack-cloudmonkey-devel on Fedora 36.

What is golang-github-apache-cloudstack-cloudmonkey-devel

Apache Cloudstack Cloudmonkey is a command line interface (CLI) for Apache CloudStack. CloudMonkey can be use both as an interactive shell and as a command line tool which simplifies Apache CloudStack configuration and management. This package contains the source code needed for building packages that reference the following Go import paths – github.com/apache/cloudstack-cloudmonkey

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

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

sudo dnf -y install golang-github-apache-cloudstack-cloudmonkey-devel

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

sudo yum -y install golang-github-apache-cloudstack-cloudmonkey-devel

How To Uninstall golang-github-apache-cloudstack-cloudmonkey-devel on Fedora 36

To uninstall only the golang-github-apache-cloudstack-cloudmonkey-devel package we can use the following command:

sudo dnf remove golang-github-apache-cloudstack-cloudmonkey-devel

golang-github-apache-cloudstack-cloudmonkey-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-apache-cloudstack-cloudmonkey-devel
/usr/share/doc/golang-github-apache-cloudstack-cloudmonkey-devel/CHANGES.md
/usr/share/doc/golang-github-apache-cloudstack-cloudmonkey-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/apache
/usr/share/gocode/src/github.com/apache/cloudstack-cloudmonkey
/usr/share/gocode/src/github.com/apache/cloudstack-cloudmonkey/.goipath
/usr/share/gocode/src/github.com/apache/cloudstack-cloudmonkey/CHANGES.md
/usr/share/gocode/src/github.com/apache/cloudstack-cloudmonkey/README.md
/usr/share/gocode/src/github.com/apache/cloudstack-cloudmonkey/cli
/usr/share/gocode/src/github.com/apache/cloudstack-cloudmonkey/cli/completer.go
/usr/share/gocode/src/github.com/apache/cloudstack-cloudmonkey/cli/exec.go
/usr/share/gocode/src/github.com/apache/cloudstack-cloudmonkey/cli/prompt.go
/usr/share/gocode/src/github.com/apache/cloudstack-cloudmonkey/cmd
/usr/share/gocode/src/github.com/apache/cloudstack-cloudmonkey/cmd/api.go
/usr/share/gocode/src/github.com/apache/cloudstack-cloudmonkey/cmd/command.go
/usr/share/gocode/src/github.com/apache/cloudstack-cloudmonkey/cmd/exit.go
/usr/share/gocode/src/github.com/apache/cloudstack-cloudmonkey/cmd/help.go
/usr/share/gocode/src/github.com/apache/cloudstack-cloudmonkey/cmd/network.go
/usr/share/gocode/src/github.com/apache/cloudstack-cloudmonkey/cmd/output.go
/usr/share/gocode/src/github.com/apache/cloudstack-cloudmonkey/cmd/request.go
/usr/share/gocode/src/github.com/apache/cloudstack-cloudmonkey/cmd/set.go
/usr/share/gocode/src/github.com/apache/cloudstack-cloudmonkey/cmd/sync.go
/usr/share/gocode/src/github.com/apache/cloudstack-cloudmonkey/cmd/version.go
/usr/share/gocode/src/github.com/apache/cloudstack-cloudmonkey/cmk.go
/usr/share/gocode/src/github.com/apache/cloudstack-cloudmonkey/config
/usr/share/gocode/src/github.com/apache/cloudstack-cloudmonkey/config/about.go
/usr/share/gocode/src/github.com/apache/cloudstack-cloudmonkey/config/cache.go
/usr/share/gocode/src/github.com/apache/cloudstack-cloudmonkey/config/config.go
/usr/share/gocode/src/github.com/apache/cloudstack-cloudmonkey/config/debug.go
/usr/share/gocode/src/github.com/apache/cloudstack-cloudmonkey/config/precache.go
/usr/share/gocode/src/github.com/apache/cloudstack-cloudmonkey/config/prompt.go
/usr/share/gocode/src/github.com/apache/cloudstack-cloudmonkey/config/spinner.go
/usr/share/gocode/src/github.com/apache/cloudstack-cloudmonkey/go.mod
/usr/share/licenses/golang-github-apache-cloudstack-cloudmonkey-devel
/usr/share/licenses/golang-github-apache-cloudstack-cloudmonkey-devel/LICENSE

References

Summary

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