How To Install gtkmm30.x86_64 on Amazon Linux 2

In this tutorial we learn how to install gtkmm30.x86_64 in Amazon Linux 2. gtkmm30.x86_64 is C++ interface for the GTK+ library

Introduction

In this tutorial we learn how to install gtkmm30.x86_64 on Amazon Linux 2.

What is gtkmm30.x86_64

gtkmm is the official C++ interface for the popular GUI library GTK+. Highlights include type safe callbacks, and a comprehensive set of widgets that are easily extensible via inheritance.

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

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

sudo yum -y install gtkmm30.x86_64

How To Uninstall gtkmm30.x86_64 on Amazon Linux 2

To uninstall only the gtkmm30.x86_64 package we can use the following command:

sudo yum remove gtkmm30.x86_64

gtkmm30.x86_64 Package Contents on Amazon Linux 2

/usr/lib64/libgdkmm-3.0.so.1
/usr/lib64/libgdkmm-3.0.so.1.1.0
/usr/lib64/libgtkmm-3.0.so.1
/usr/lib64/libgtkmm-3.0.so.1.1.0
/usr/share/doc/gtkmm30-3.22.2
/usr/share/doc/gtkmm30-3.22.2/AUTHORS
/usr/share/doc/gtkmm30-3.22.2/NEWS
/usr/share/doc/gtkmm30-3.22.2/README
/usr/share/licenses/gtkmm30-3.22.2
/usr/share/licenses/gtkmm30-3.22.2/COPYING

References

Summary

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