How To Install atkmm.i686 on Amazon Linux 2

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

Introduction

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

What is atkmm.i686

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.i686 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install atkmm.i686.

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

sudo yum -y install atkmm.i686

How To Uninstall atkmm.i686 on Amazon Linux 2

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

sudo yum remove atkmm.i686

atkmm.i686 Package Contents on Amazon Linux 2

/usr/lib/libatkmm-1.6.so.1
/usr/lib/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.i686 on Amazon Linux 2 using yum.