How To Install libee.x86_64 on Amazon Linux 2

In this tutorial we learn how to install libee.x86_64 in Amazon Linux 2. libee.x86_64 is Event expression library inspired by CEE

Introduction

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

What is libee.x86_64

The core idea of libee is to provide a small but hopefully convenient API layer above the CEE standard. CEE is under heavy development and even some of its core data structures have not been fully specified. CEE is an upcoming standard used to describe network events in a number of normalized formats. It’s goal is to unify many different representations that exist in the industry.

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

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

sudo yum -y install libee.x86_64

How To Uninstall libee.x86_64 on Amazon Linux 2

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

sudo yum remove libee.x86_64

libee.x86_64 Package Contents on Amazon Linux 2

/usr/lib64/libee.so.0
/usr/lib64/libee.so.0.0.0
/usr/share/doc/libee-0.4.1
/usr/share/doc/libee-0.4.1/AUTHORS
/usr/share/doc/libee-0.4.1/COPYING
/usr/share/doc/libee-0.4.1/ChangeLog
/usr/share/doc/libee-0.4.1/README

References

Summary

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