How To Install libee-devel.x86_64 on Amazon Linux 2

In this tutorial we learn how to install libee-devel.x86_64 in Amazon Linux 2. libee-devel.x86_64 is Development files for libee

Introduction

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

What is libee-devel.x86_64

This package provides files required for development with libee, the event expression library used by the rsyslog daemon.

We can use yum to install libee-devel.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-devel.x86_64.

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

sudo yum -y install libee-devel.x86_64

How To Uninstall libee-devel.x86_64 on Amazon Linux 2

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

sudo yum remove libee-devel.x86_64

libee-devel.x86_64 Package Contents on Amazon Linux 2

/usr/include/libee
/usr/include/libee/apache.h
/usr/include/libee/ctx.h
/usr/include/libee/event.h
/usr/include/libee/field.h
/usr/include/libee/fieldbucket.h
/usr/include/libee/fieldset.h
/usr/include/libee/fieldtype.h
/usr/include/libee/int.h
/usr/include/libee/internal.h
/usr/include/libee/libee.h
/usr/include/libee/namelist.h
/usr/include/libee/obj.h
/usr/include/libee/parser.h
/usr/include/libee/primitivetype.h
/usr/include/libee/tag.h
/usr/include/libee/tagbucket.h
/usr/include/libee/tagset.h
/usr/include/libee/timestamp.h
/usr/include/libee/valnode.h
/usr/include/libee/value.h
/usr/include/libee/valuetype.h
/usr/lib64/libee.so
/usr/lib64/pkgconfig/libee.pc

References

Summary

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