How To Install corosynclib.x86_64 on Amazon Linux 2

In this tutorial we learn how to install corosynclib.x86_64 in Amazon Linux 2. corosynclib.x86_64 is The Corosync Cluster Engine Libraries

Introduction

In this tutorial we learn how to install corosynclib.x86_64 on Amazon Linux 2.

What is corosynclib.x86_64

This package contains corosync libraries.

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

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

sudo yum -y install corosynclib.x86_64

How To Uninstall corosynclib.x86_64 on Amazon Linux 2

To uninstall only the corosynclib.x86_64 package we can use the following command:

sudo yum remove corosynclib.x86_64

corosynclib.x86_64 Package Contents on Amazon Linux 2

/usr/lib64/libcfg.so.6
/usr/lib64/libcfg.so.6.0.0
/usr/lib64/libcmap.so.4
/usr/lib64/libcmap.so.4.1.0
/usr/lib64/libcorosync_common.so.4
/usr/lib64/libcorosync_common.so.4.0.0
/usr/lib64/libcpg.so.4
/usr/lib64/libcpg.so.4.1.0
/usr/lib64/libquorum.so.5
/usr/lib64/libquorum.so.5.0.0
/usr/lib64/libsam.so.4
/usr/lib64/libsam.so.4.4.0
/usr/lib64/libtotem_pg.so.5
/usr/lib64/libtotem_pg.so.5.0.0
/usr/lib64/libvotequorum.so.8
/usr/lib64/libvotequorum.so.8.0.0
/usr/share/doc/corosynclib-2.4.3
/usr/share/doc/corosynclib-2.4.3/LICENSE

References

Summary

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