How To Install soundtouch-devel on Fedora 36
Introduction
In this tutorial we learn how to install soundtouch-devel
on Fedora 36.
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 Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install soundtouch-devel.
Install soundtouch-devel on Fedora 36 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 Fedora 36 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 Fedora 36
To uninstall only the soundtouch-devel
package we can use the following command:
sudo dnf remove soundtouch-devel
soundtouch-devel Package Contents on Fedora 36
/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/cmake/SoundTouch
/usr/lib/cmake/SoundTouch/SoundTouchConfig.cmake
/usr/lib/cmake/SoundTouch/SoundTouchConfigVersion.cmake
/usr/lib/cmake/SoundTouch/SoundTouchTargets-noconfig.cmake
/usr/lib/cmake/SoundTouch/SoundTouchTargets.cmake
/usr/lib/libSoundTouch.so
/usr/lib/pkgconfig/libSoundTouch.pc
/usr/lib/pkgconfig/soundtouch-1.0.pc
/usr/lib/pkgconfig/soundtouch.pc
References
Summary
In this tutorial we learn how to install soundtouch-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install soundtouch-devel on Fedora 36” linkTitle: “soundtouch-devel” type: “docs” description: “In this tutorial we learn how to install soundtouch-devel in Fedora 36. soundtouch-devel is Libraries, includes, etc to develop soundtouch applications” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/soundtouch-devel-featured.png
Introduction
In this tutorial we learn how to install soundtouch-devel
on Fedora 36.
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 Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install soundtouch-devel.
Install soundtouch-devel on Fedora 36 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 Fedora 36 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 Fedora 36
To uninstall only the soundtouch-devel
package we can use the following command:
sudo dnf remove soundtouch-devel
soundtouch-devel Package Contents on Fedora 36
/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/cmake/SoundTouch
/usr/lib64/cmake/SoundTouch/SoundTouchConfig.cmake
/usr/lib64/cmake/SoundTouch/SoundTouchConfigVersion.cmake
/usr/lib64/cmake/SoundTouch/SoundTouchTargets-noconfig.cmake
/usr/lib64/cmake/SoundTouch/SoundTouchTargets.cmake
/usr/lib64/libSoundTouch.so
/usr/lib64/pkgconfig/libSoundTouch.pc
/usr/lib64/pkgconfig/soundtouch-1.0.pc
/usr/lib64/pkgconfig/soundtouch.pc
References
Summary
In this tutorial we learn how to install soundtouch-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).