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

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

Introduction

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

What is libtimezonemap-devel.x86_64

libtimezonemap is a time zone map widget for Gtk+. This package contains header files used for building applications that use libtimezonemap.

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

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

sudo yum -y install libtimezonemap-devel.x86_64

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

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

sudo yum remove libtimezonemap-devel.x86_64

libtimezonemap-devel.x86_64 Package Contents on Amazon Linux 2

/usr/include/timezonemap
/usr/include/timezonemap/timezonemap
/usr/include/timezonemap/timezonemap/cc-timezone-location.h
/usr/include/timezonemap/timezonemap/cc-timezone-map.h
/usr/include/timezonemap/timezonemap/timezone-completion.h
/usr/include/timezonemap/timezonemap/tz.h
/usr/lib64/libtimezonemap.so
/usr/lib64/pkgconfig/timezonemap.pc
/usr/share/gir-1.0/TimezoneMap-1.0.gir
/usr/share/glade/catalogs/TimezoneMap.xml

References

Summary

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