How To Install gstreamer-plugin-crystalhd on Rocky Linux 8
Introduction
In this tutorial we learn how to install gstreamer-plugin-crystalhd
on Rocky Linux 8.
What is gstreamer-plugin-crystalhd
Gstreamer crystalhd decoder plugin
We can use yum
or dnf
to install gstreamer-plugin-crystalhd
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install gstreamer-plugin-crystalhd.
Install gstreamer-plugin-crystalhd 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 gstreamer-plugin-crystalhd
using dnf
by running the following command:
sudo dnf -y install gstreamer-plugin-crystalhd
Install gstreamer-plugin-crystalhd 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 gstreamer-plugin-crystalhd
using yum
by running the following command:
sudo yum -y install gstreamer-plugin-crystalhd
How To Uninstall gstreamer-plugin-crystalhd on Rocky Linux 8
To uninstall only the gstreamer-plugin-crystalhd
package we can use the following command:
sudo dnf remove gstreamer-plugin-crystalhd
gstreamer-plugin-crystalhd Package Contents on Rocky Linux 8
/usr/lib/.build-id
/usr/lib/.build-id/55
/usr/lib/.build-id/55/a88d59b968a387cf45473268b8aa8fcd867d2a
/usr/lib64/gstreamer-1.0/libgstbcmdec.so
References
Summary
In this tutorial we learn how to install gstreamer-plugin-crystalhd
on Rocky Linux 8 using yum and dnf.