How To Install pangomm.x86_64 on Amazon Linux 2
Introduction
In this tutorial we learn how to install pangomm.x86_64
on Amazon Linux 2.
What is pangomm.x86_64
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.x86_64
on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install pangomm.x86_64.
Install pangomm.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 pangomm.x86_64
using yum
by running the following command:
sudo yum -y install pangomm.x86_64
How To Uninstall pangomm.x86_64 on Amazon Linux 2
To uninstall only the pangomm.x86_64
package we can use the following command:
sudo yum remove pangomm.x86_64
pangomm.x86_64 Package Contents on Amazon Linux 2
/usr/lib64/libpangomm-1.4.so.1
/usr/lib64/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.x86_64
on Amazon Linux 2 using yum.