How To Install clutter-gst2 on Rocky Linux 8
Introduction
In this tutorial we learn how to install clutter-gst2
on Rocky Linux 8.
What is clutter-gst2
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.
We can use yum
or dnf
to install clutter-gst2
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install clutter-gst2.
Install clutter-gst2 on Rocky Linux 8 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install clutter-gst2
using dnf
by running the following command:
sudo dnf -y install clutter-gst2
Install clutter-gst2 on Rocky Linux 8 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install clutter-gst2
using yum
by running the following command:
sudo yum -y install clutter-gst2
How To Uninstall clutter-gst2 on Rocky Linux 8
To uninstall only the clutter-gst2
package we can use the following command:
sudo dnf remove clutter-gst2
clutter-gst2 Package Contents on Rocky Linux 8
/usr/lib/.build-id
/usr/lib/.build-id/2d
/usr/lib/.build-id/2d/5aeb9c7fe2b21f8a4768aa39fce68253e6f980
/usr/lib/.build-id/3f
/usr/lib/.build-id/3f/617c16d0a86e40e4660a3a1bd1fd8d8d916fc1
/usr/lib64/girepository-1.0/ClutterGst-2.0.typelib
/usr/lib64/gstreamer-1.0/libgstclutter.so
/usr/lib64/libclutter-gst-2.0.so.0
/usr/lib64/libclutter-gst-2.0.so.0.18.0
/usr/share/doc/clutter-gst2
/usr/share/doc/clutter-gst2/AUTHORS
/usr/share/doc/clutter-gst2/README
/usr/share/licenses/clutter-gst2
/usr/share/licenses/clutter-gst2/COPYING
/usr/lib/.build-id
/usr/lib/.build-id/b8
/usr/lib/.build-id/b8/7f8b54f7d04b0ed9da74c61a7d553e51c909c8
/usr/lib/.build-id/dd
/usr/lib/.build-id/dd/a904503b7f381e19afae9d799e7eedb3b12722
/usr/lib/girepository-1.0/ClutterGst-2.0.typelib
/usr/lib/gstreamer-1.0/libgstclutter.so
/usr/lib/libclutter-gst-2.0.so.0
/usr/lib/libclutter-gst-2.0.so.0.18.0
/usr/share/doc/clutter-gst2
/usr/share/doc/clutter-gst2/AUTHORS
/usr/share/doc/clutter-gst2/README
/usr/share/licenses/clutter-gst2
/usr/share/licenses/clutter-gst2/COPYING
References
Summary
In this tutorial we learn how to install clutter-gst2
on Rocky Linux 8 using yum and dnf.