How To Install libnice-gstreamer1 on Rocky Linux 8
Introduction
In this tutorial we learn how to install libnice-gstreamer1
on Rocky Linux 8.
What is libnice-gstreamer1
The libnice-gstreamer1 package contains a gstreamer 1.0 plugin for libnice.
We can use yum
or dnf
to install libnice-gstreamer1
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install libnice-gstreamer1.
Install libnice-gstreamer1 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 libnice-gstreamer1
using dnf
by running the following command:
sudo dnf -y install libnice-gstreamer1
Install libnice-gstreamer1 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 libnice-gstreamer1
using yum
by running the following command:
sudo yum -y install libnice-gstreamer1
How To Uninstall libnice-gstreamer1 on Rocky Linux 8
To uninstall only the libnice-gstreamer1
package we can use the following command:
sudo dnf remove libnice-gstreamer1
libnice-gstreamer1 Package Contents on Rocky Linux 8
/usr/lib/.build-id
/usr/lib/.build-id/3e
/usr/lib/.build-id/3e/1f7f3598f649aef6d9253a7fd08e6a44420a34
/usr/lib/gstreamer-1.0/libgstnice.so
/usr/lib/.build-id
/usr/lib/.build-id/e1
/usr/lib/.build-id/e1/7bb9d8d0187dea3777a187ad0722a108bf3062
/usr/lib64/gstreamer-1.0/libgstnice.so
References
Summary
In this tutorial we learn how to install libnice-gstreamer1
on Rocky Linux 8 using yum and dnf.