How To Install libresample-devel on Rocky Linux 8
Introduction
In this tutorial we learn how to install libresample-devel
on Rocky Linux 8.
What is libresample-devel
Development files for libresample.
We can use yum
or dnf
to install libresample-devel
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install libresample-devel.
Install libresample-devel 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 libresample-devel
using dnf
by running the following command:
sudo dnf -y install libresample-devel
Install libresample-devel 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 libresample-devel
using yum
by running the following command:
sudo yum -y install libresample-devel
How To Uninstall libresample-devel on Rocky Linux 8
To uninstall only the libresample-devel
package we can use the following command:
sudo dnf remove libresample-devel
libresample-devel Package Contents on Rocky Linux 8
/usr/include/libresample.h
/usr/lib/.build-id
/usr/lib/.build-id/48/0e090f496c83ac4e4f2fef79f50449b5ccc136.1
/usr/lib64/libresample.so
/usr/lib64/pkgconfig/libresample.pc
/usr/share/doc/libresample-devel
/usr/share/doc/libresample-devel/README.txt
/usr/share/licenses/libresample-devel
/usr/share/licenses/libresample-devel/LICENSE.txt
References
Summary
In this tutorial we learn how to install libresample-devel
on Rocky Linux 8 using yum and dnf.