How To Install apache-cloudstack-cloudmonkey on Fedora 36

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

Introduction

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

What is apache-cloudstack-cloudmonkey

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.

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

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

sudo dnf -y install apache-cloudstack-cloudmonkey

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

sudo yum -y install apache-cloudstack-cloudmonkey

How To Uninstall apache-cloudstack-cloudmonkey on Fedora 36

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

sudo dnf remove apache-cloudstack-cloudmonkey

apache-cloudstack-cloudmonkey Package Contents on Fedora 36

/usr/bin/cmk
/usr/lib/.build-id
/usr/lib/.build-id/18
/usr/lib/.build-id/18/9cf76134e68049b8512632a3ea48ad9530c917
/usr/share/doc/apache-cloudstack-cloudmonkey
/usr/share/doc/apache-cloudstack-cloudmonkey/CHANGES.md
/usr/share/doc/apache-cloudstack-cloudmonkey/README.md
/usr/share/licenses/apache-cloudstack-cloudmonkey
/usr/share/licenses/apache-cloudstack-cloudmonkey/LICENSE

References

Summary

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