How To Install clufter-bin.x86_64 on Amazon Linux 2

In this tutorial we learn how to install clufter-bin.x86_64 in Amazon Linux 2. clufter-bin.x86_64 is Common internal compiled files for clufter

Introduction

In this tutorial we learn how to install clufter-bin.x86_64 on Amazon Linux 2.

What is clufter-bin.x86_64

While primarily aimed at (CMAN,rgmanager)->(Corosync/CMAN,Pacemaker) cluster stacks configuration conversion (as per RHEL trend), the command-filter-format framework (capable of XSLT) offers also other uses through its plugin library. This package contains internal, arch-specific files for clufter.

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

Install clufter-bin.x86_64 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-bin.x86_64 using yum by running the following command:

sudo yum -y install clufter-bin.x86_64

How To Uninstall clufter-bin.x86_64 on Amazon Linux 2

To uninstall only the clufter-bin.x86_64 package we can use the following command:

sudo yum remove clufter-bin.x86_64

clufter-bin.x86_64 Package Contents on Amazon Linux 2

/usr/libexec/clufter-0.77.1
/usr/libexec/clufter-0.77.1/ccs_flatten

References

Summary

In this tutorial we learn how to install clufter-bin.x86_64 on Amazon Linux 2 using yum.