How To Install origin-cluster-capacity on Fedora 36

In this tutorial we learn how to install origin-cluster-capacity in Fedora 36. origin-cluster-capacity is Origin Cluster Capacity Analysis Tool

Introduction

In this tutorial we learn how to install origin-cluster-capacity on Fedora 36.

What is origin-cluster-capacity

Origin Cluster Capacity Analysis Tool

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

Install origin-cluster-capacity 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 origin-cluster-capacity using dnf by running the following command:

sudo dnf -y install origin-cluster-capacity

Install origin-cluster-capacity 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 origin-cluster-capacity using yum by running the following command:

sudo yum -y install origin-cluster-capacity

How To Uninstall origin-cluster-capacity on Fedora 36

To uninstall only the origin-cluster-capacity package we can use the following command:

sudo dnf remove origin-cluster-capacity

origin-cluster-capacity Package Contents on Fedora 36

/usr/bin/cluster-capacity
/usr/bin/hypercc
/usr/share/licenses/origin-cluster-capacity
/usr/share/licenses/origin-cluster-capacity/LICENSE

References

Summary

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