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

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

Introduction

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

What is libexttextcat-devel.x86_64

The libexttextcat-devel package contains libraries and header files for developing applications that use libexttextcat.

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

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

sudo yum -y install libexttextcat-devel.x86_64

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

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

sudo yum remove libexttextcat-devel.x86_64

libexttextcat-devel.x86_64 Package Contents on Amazon Linux 2

/usr/include/libexttextcat
/usr/include/libexttextcat/common.h
/usr/include/libexttextcat/constants.h
/usr/include/libexttextcat/exttextcat-version.h
/usr/include/libexttextcat/fingerprint.h
/usr/include/libexttextcat/textcat.h
/usr/include/libexttextcat/textcat_properties.h
/usr/include/libexttextcat/utf8misc.h
/usr/lib64/libexttextcat-2.0.so
/usr/lib64/pkgconfig/libexttextcat.pc
/usr/share/vala/vapi/libexttextcat.vapi

References

Summary

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