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

In this tutorial we learn how to install gucharmap-devel.x86_64 in Amazon Linux 2. gucharmap-devel.x86_64 is Libraries and headers for libgucharmap

Introduction

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

What is gucharmap-devel.x86_64

The gucharmap-devel package contains header files and other resources needed to use the libgucharmap library.

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

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

sudo yum -y install gucharmap-devel.x86_64

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

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

sudo yum remove gucharmap-devel.x86_64

gucharmap-devel.x86_64 Package Contents on Amazon Linux 2

/usr/include/gucharmap-2.90
/usr/include/gucharmap-2.90/gucharmap
/usr/include/gucharmap-2.90/gucharmap/gucharmap-block-chapters-model.h
/usr/include/gucharmap-2.90/gucharmap/gucharmap-block-codepoint-list.h
/usr/include/gucharmap-2.90/gucharmap/gucharmap-chapters-model.h
/usr/include/gucharmap-2.90/gucharmap/gucharmap-chapters-view.h
/usr/include/gucharmap-2.90/gucharmap/gucharmap-charmap.h
/usr/include/gucharmap-2.90/gucharmap/gucharmap-chartable.h
/usr/include/gucharmap-2.90/gucharmap/gucharmap-codepoint-list.h
/usr/include/gucharmap-2.90/gucharmap/gucharmap-script-chapters-model.h
/usr/include/gucharmap-2.90/gucharmap/gucharmap-script-codepoint-list.h
/usr/include/gucharmap-2.90/gucharmap/gucharmap-type-builtins.h
/usr/include/gucharmap-2.90/gucharmap/gucharmap-unicode-info.h
/usr/include/gucharmap-2.90/gucharmap/gucharmap.h
/usr/lib64/libgucharmap_2_90.so
/usr/lib64/pkgconfig/gucharmap-2.90.pc
/usr/share/gir-1.0
/usr/share/gir-1.0/Gucharmap-2.90.gir

References

Summary

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