How To Install clufter-lib-pcs.noarch on Amazon Linux 2

In this tutorial we learn how to install clufter-lib-pcs.noarch in Amazon Linux 2. clufter-lib-pcs.noarch is Extra plugins for transforming/analyzing Pacemaker configuration

Introduction

In this tutorial we learn how to install clufter-lib-pcs.noarch on Amazon Linux 2.

What is clufter-lib-pcs.noarch

This package contains set of additional plugins targeting Pacemaker cluster configuration internally unused, reusable formats and filters.

We can use yum to install clufter-lib-pcs.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install clufter-lib-pcs.noarch.

Install clufter-lib-pcs.noarch on Amazon Linux 2 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install clufter-lib-pcs.noarch using yum by running the following command:

sudo yum -y install clufter-lib-pcs.noarch

How To Uninstall clufter-lib-pcs.noarch on Amazon Linux 2

To uninstall only the clufter-lib-pcs.noarch package we can use the following command:

sudo yum remove clufter-lib-pcs.noarch

clufter-lib-pcs.noarch Package Contents on Amazon Linux 2

/usr/share/clufter/ext-plugins/lib-pcs
/usr/share/clufter/ext-plugins/lib-pcs/commands
/usr/share/clufter/ext-plugins/lib-pcs/commands/pcs_rsc_deps.py
/usr/share/clufter/ext-plugins/lib-pcs/commands/pcs_rsc_deps.pyc
/usr/share/clufter/ext-plugins/lib-pcs/commands/pcs_rsc_deps.pyo
/usr/share/clufter/ext-plugins/lib-pcs/filters
/usr/share/clufter/ext-plugins/lib-pcs/filters/__init__.py
/usr/share/clufter/ext-plugins/lib-pcs/filters/__init__.pyc
/usr/share/clufter/ext-plugins/lib-pcs/filters/__init__.pyo
/usr/share/clufter/ext-plugins/lib-pcs/filters/pcs_resource.py
/usr/share/clufter/ext-plugins/lib-pcs/filters/pcs_resource.pyc
/usr/share/clufter/ext-plugins/lib-pcs/filters/pcs_resource.pyo

References

Summary

In this tutorial we learn how to install clufter-lib-pcs.noarch on Amazon Linux 2 using yum.