How To Install clutter-gst2-devel.x86_64 on Amazon Linux 2

In this tutorial we learn how to install clutter-gst2-devel.x86_64 in Amazon Linux 2. clutter-gst2-devel.x86_64 is Development files for clutter-gst2

Introduction

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

What is clutter-gst2-devel.x86_64

Clutter is an open source software library for creating fast, visually rich and animated graphical user interfaces. Clutter GStreamer enables the use of GStreamer with Clutter. The clutter-gst2-devel package contains libraries and header files for developing applications that use clutter-gst API version 2.0.

We can use yum to install clutter-gst2-devel.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-gst2-devel.x86_64.

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

sudo yum -y install clutter-gst2-devel.x86_64

How To Uninstall clutter-gst2-devel.x86_64 on Amazon Linux 2

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

sudo yum remove clutter-gst2-devel.x86_64

clutter-gst2-devel.x86_64 Package Contents on Amazon Linux 2

/usr/include/clutter-gst-2.0
/usr/include/clutter-gst-2.0/clutter-gst
/usr/include/clutter-gst-2.0/clutter-gst/clutter-gst-enum-types.h
/usr/include/clutter-gst-2.0/clutter-gst/clutter-gst-player.h
/usr/include/clutter-gst-2.0/clutter-gst/clutter-gst-types.h
/usr/include/clutter-gst-2.0/clutter-gst/clutter-gst-util.h
/usr/include/clutter-gst-2.0/clutter-gst/clutter-gst-version.h
/usr/include/clutter-gst-2.0/clutter-gst/clutter-gst-video-sink.h
/usr/include/clutter-gst-2.0/clutter-gst/clutter-gst-video-texture.h
/usr/include/clutter-gst-2.0/clutter-gst/clutter-gst.h
/usr/lib64/libclutter-gst-2.0.so
/usr/lib64/pkgconfig/clutter-gst-2.0.pc
/usr/share/gir-1.0/ClutterGst-2.0.gir

References

Summary

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