How To Install librelp.x86_64 on Amazon Linux 2

In this tutorial we learn how to install librelp.x86_64 in Amazon Linux 2. librelp.x86_64 is The Reliable Event Logging Protocol library

Introduction

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

What is librelp.x86_64

Librelp is an easy to use library for the RELP protocol. RELP (stands for Reliable Event Logging Protocol) is a general-purpose, extensible logging protocol.

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

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

sudo yum -y install librelp.x86_64

How To Uninstall librelp.x86_64 on Amazon Linux 2

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

sudo yum remove librelp.x86_64

librelp.x86_64 Package Contents on Amazon Linux 2

/usr/lib64/librelp.so.0
/usr/lib64/librelp.so.0.2.0
/usr/share/doc/librelp-1.2.12
/usr/share/doc/librelp-1.2.12/AUTHORS
/usr/share/doc/librelp-1.2.12/COPYING
/usr/share/doc/librelp-1.2.12/NEWS
/usr/share/doc/librelp-1.2.12/README
/usr/share/doc/librelp-1.2.12/gfdl.html
/usr/share/doc/librelp-1.2.12/relp.html

References

Summary

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