How To Install libee.i686 on Amazon Linux 2

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

Introduction

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

What is libee.i686

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.i686 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install libee.i686.

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

sudo yum -y install libee.i686

How To Uninstall libee.i686 on Amazon Linux 2

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

sudo yum remove libee.i686

libee.i686 Package Contents on Amazon Linux 2

/usr/lib/libee.so.0
/usr/lib/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.i686 on Amazon Linux 2 using yum.