How To Install pangomm.i686 on Amazon Linux 2

In this tutorial we learn how to install pangomm.i686 in Amazon Linux 2. pangomm.i686 is C++ interface for Pango

Introduction

In this tutorial we learn how to install pangomm.i686 on Amazon Linux 2.

What is pangomm.i686

pangomm provides a C++ interface to the Pango library. Highlights include typesafe callbacks, widgets extensible via inheritance and a comprehensive set of widget classes that can be freely combined to quickly create complex user interfaces.

We can use yum to install pangomm.i686 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install pangomm.i686.

Install pangomm.i686 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 pangomm.i686 using yum by running the following command:

sudo yum -y install pangomm.i686

How To Uninstall pangomm.i686 on Amazon Linux 2

To uninstall only the pangomm.i686 package we can use the following command:

sudo yum remove pangomm.i686

pangomm.i686 Package Contents on Amazon Linux 2

/usr/lib/libpangomm-1.4.so.1
/usr/lib/libpangomm-1.4.so.1.0.30
/usr/share/doc/pangomm-2.40.1
/usr/share/doc/pangomm-2.40.1/AUTHORS
/usr/share/doc/pangomm-2.40.1/NEWS
/usr/share/doc/pangomm-2.40.1/README
/usr/share/licenses/pangomm-2.40.1
/usr/share/licenses/pangomm-2.40.1/COPYING

References

Summary

In this tutorial we learn how to install pangomm.i686 on Amazon Linux 2 using yum.