How To Install atkmm.x86_64 on Amazon Linux 2

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

Introduction

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

What is atkmm.x86_64

atkmm provides a C++ interface for the ATK 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 atkmm.x86_64 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install atkmm.x86_64.

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

sudo yum -y install atkmm.x86_64

How To Uninstall atkmm.x86_64 on Amazon Linux 2

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

sudo yum remove atkmm.x86_64

atkmm.x86_64 Package Contents on Amazon Linux 2

/usr/lib64/libatkmm-1.6.so.1
/usr/lib64/libatkmm-1.6.so.1.1.0
/usr/share/doc/atkmm-2.24.2
/usr/share/doc/atkmm-2.24.2/AUTHORS
/usr/share/doc/atkmm-2.24.2/NEWS
/usr/share/doc/atkmm-2.24.2/README
/usr/share/licenses/atkmm-2.24.2
/usr/share/licenses/atkmm-2.24.2/COPYING

References

Summary

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