How To Install soundtouch-devel on Rocky Linux 8
Introduction
In this tutorial we learn how to install soundtouch-devel
on Rocky Linux 8.
What is soundtouch-devel
Libraries, include files, etc you can use to develop soundtouch applications.
We can use yum
or dnf
to install soundtouch-devel
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install soundtouch-devel.
Install soundtouch-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 soundtouch-devel
using dnf
by running the following command:
sudo dnf -y install soundtouch-devel
Install soundtouch-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 soundtouch-devel
using yum
by running the following command:
sudo yum -y install soundtouch-devel
How To Uninstall soundtouch-devel on Rocky Linux 8
To uninstall only the soundtouch-devel
package we can use the following command:
sudo dnf remove soundtouch-devel
soundtouch-devel Package Contents on Rocky Linux 8
/usr/include/soundtouch
/usr/include/soundtouch/BPMDetect.h
/usr/include/soundtouch/FIFOSampleBuffer.h
/usr/include/soundtouch/FIFOSamplePipe.h
/usr/include/soundtouch/STTypes.h
/usr/include/soundtouch/SoundTouch.h
/usr/include/soundtouch/soundtouch_config.h
/usr/lib/libSoundTouch.so
/usr/lib/pkgconfig/libSoundTouch.pc
/usr/lib/pkgconfig/soundtouch-1.0.pc
/usr/lib/pkgconfig/soundtouch.pc
/usr/share/aclocal/soundtouch.m4
/usr/include/soundtouch
/usr/include/soundtouch/BPMDetect.h
/usr/include/soundtouch/FIFOSampleBuffer.h
/usr/include/soundtouch/FIFOSamplePipe.h
/usr/include/soundtouch/STTypes.h
/usr/include/soundtouch/SoundTouch.h
/usr/include/soundtouch/soundtouch_config.h
/usr/lib64/libSoundTouch.so
/usr/lib64/pkgconfig/libSoundTouch.pc
/usr/lib64/pkgconfig/soundtouch-1.0.pc
/usr/lib64/pkgconfig/soundtouch.pc
/usr/share/aclocal/soundtouch.m4
References
Summary
In this tutorial we learn how to install soundtouch-devel
on Rocky Linux 8 using yum and dnf.