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

In this tutorial we learn how to install liblognorm-devel.x86_64 in Amazon Linux 2. liblognorm-devel.x86_64 is Development tools for programs using liblognorm library

Introduction

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

What is liblognorm-devel.x86_64

The liblognorm-devel package includes header files, libraries necessary for developing programs which use liblognorm library.

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

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

sudo yum -y install liblognorm-devel.x86_64

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

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

sudo yum remove liblognorm-devel.x86_64

liblognorm-devel.x86_64 Package Contents on Amazon Linux 2

/usr/include/annot.h
/usr/include/enc.h
/usr/include/liblognorm.h
/usr/include/lognorm-features.h
/usr/include/lognorm.h
/usr/include/parser.h
/usr/include/pdag.h
/usr/include/samp.h
/usr/lib64/liblognorm.so
/usr/lib64/pkgconfig/lognorm.pc

References

Summary

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