How To Install rubberband-devel on Rocky Linux 8
Introduction
In this tutorial we learn how to install rubberband-devel
on Rocky Linux 8.
What is rubberband-devel
The rubberband-devel package contains libraries and header files for developing applications that use rubberband.
We can use yum
or dnf
to install rubberband-devel
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install rubberband-devel.
Install rubberband-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 rubberband-devel
using dnf
by running the following command:
sudo dnf -y install rubberband-devel
Install rubberband-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 rubberband-devel
using yum
by running the following command:
sudo yum -y install rubberband-devel
How To Uninstall rubberband-devel on Rocky Linux 8
To uninstall only the rubberband-devel
package we can use the following command:
sudo dnf remove rubberband-devel
rubberband-devel Package Contents on Rocky Linux 8
/usr/include/rubberband
/usr/include/rubberband/RubberBandStretcher.h
/usr/include/rubberband/rubberband-c.h
/usr/lib64/librubberband.so
/usr/lib64/pkgconfig/rubberband.pc
/usr/share/doc/rubberband-devel
/usr/share/doc/rubberband-devel/CHANGELOG
References
Summary
In this tutorial we learn how to install rubberband-devel
on Rocky Linux 8 using yum and dnf.