How To Install clutter-gtk.x86_64 on Amazon Linux 2

In this tutorial we learn how to install clutter-gtk.x86_64 in Amazon Linux 2. clutter-gtk.x86_64 is A basic GTK clutter widget

Introduction

In this tutorial we learn how to install clutter-gtk.x86_64 on Amazon Linux 2.

What is clutter-gtk.x86_64

clutter-gtk is a library which allows the embedding of a Clutter canvas (or “stage”) into a GTK+ application, as well as embedding GTK+ widgets inside the stage.

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

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

sudo yum -y install clutter-gtk.x86_64

How To Uninstall clutter-gtk.x86_64 on Amazon Linux 2

To uninstall only the clutter-gtk.x86_64 package we can use the following command:

sudo yum remove clutter-gtk.x86_64

clutter-gtk.x86_64 Package Contents on Amazon Linux 2

/usr/lib64/girepository-1.0/GtkClutter-1.0.typelib
/usr/lib64/libclutter-gtk-1.0.so.0
/usr/lib64/libclutter-gtk-1.0.so.0.800.4
/usr/share/doc/clutter-gtk-1.8.4
/usr/share/doc/clutter-gtk-1.8.4/NEWS
/usr/share/licenses/clutter-gtk-1.8.4
/usr/share/licenses/clutter-gtk-1.8.4/COPYING
/usr/share/locale/ja/LC_MESSAGES/cluttergtk-1.0.mo
/usr/share/locale/pl/LC_MESSAGES/cluttergtk-1.0.mo
/usr/share/locale/zh_CN/LC_MESSAGES/cluttergtk-1.0.mo

References

Summary

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