How To Install librem on Rocky Linux 8
Introduction
In this tutorial we learn how to install librem on Rocky Linux 8.
What is librem
Librem is a portable and generic library for real-time audio and video processing.
We can use yum or dnf to install librem on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install librem.
Install librem 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 librem using dnf by running the following command:
sudo dnf -y install librem
Install librem 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 librem using yum by running the following command:
sudo yum -y install librem
How To Uninstall librem on Rocky Linux 8
To uninstall only the librem package we can use the following command:
sudo dnf remove librem
librem Package Contents on Rocky Linux 8
/usr/lib/.build-id
/usr/lib/.build-id/00
/usr/lib/.build-id/00/fb37f23b22d3753284c8961ffde81fd0349d47
/usr/lib64/librem.so.0
/usr/lib64/librem.so.0.0.0
/usr/share/doc/librem
/usr/share/doc/librem/ChangeLog
/usr/share/licenses/librem
/usr/share/licenses/librem/COPYING
References
Summary
In this tutorial we learn how to install librem on Rocky Linux 8 using yum and dnf.