How To Install speexdsp-devel on CentOS 8

speexdsp-devel is Development package for speexdsp Development package for speexdsp

Introduction

In this tutorial we learn how to install speexdsp-devel on CentOS 8.

What is speexdsp-devel

Speex is a patent-free compression format designed especially for speech. This package contains development files for speexdsp This is the DSP package, see the speex package for the codec part. speexdsp-devel 1.2 0.13.rc3.el8 x86_64 19 k speexdsp-1.2-0.13.rc3.el8.src.rpm powertools Development package for speexdsp http BSD Speex is a patent-free compression format designed especially for speech. This package contains development files for speexdsp This is the DSP package, see the speex package for the codec part.

We can use yum or dnf to install speexdsp-devel on CentOS 8. In this tutorial we discuss both methods but you only need to choose one of method to install speexdsp-devel.

Install speexdsp-devel on CentOS 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

The output should look something like this:

CentOS Linux 8 - AppStream                                       43 kB/s | 4.3 kB     00:00    
CentOS Linux 8 - BaseOS                                          65 kB/s | 3.9 kB     00:00    
CentOS Linux 8 - ContinuousRelease                               43 kB/s | 3.0 kB     00:00    
CentOS Linux 8 - Extras                                          23 kB/s | 1.5 kB     00:00    
CentOS Linux 8 - FastTrack                                       40 kB/s | 3.0 kB     00:00    
CentOS Linux 8 - HighAvailability                                36 kB/s | 3.9 kB     00:00    
CentOS Linux 8 - Plus                                            24 kB/s | 1.5 kB     00:00    
CentOS Linux 8 - PowerTools                                      50 kB/s | 4.3 kB     00:00    
Extra Packages for Enterprise Linux Modular 8 - x86_64           13 kB/s | 9.2 kB     00:00    
Extra Packages for Enterprise Linux 8 - x86_64                   24 kB/s | 8.5 kB     00:00    
Metadata cache created.

After updating yum database, We can install speexdsp-devel using dnf by running the following command:

sudo dnf -y install speexdsp-devel

Install speexdsp-devel on CentOS 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

The output should look something like this:

CentOS Linux 8 - AppStream                                       43 kB/s | 4.3 kB     00:00    
CentOS Linux 8 - BaseOS                                          65 kB/s | 3.9 kB     00:00    
CentOS Linux 8 - ContinuousRelease                               43 kB/s | 3.0 kB     00:00    
CentOS Linux 8 - Extras                                          23 kB/s | 1.5 kB     00:00    
CentOS Linux 8 - FastTrack                                       40 kB/s | 3.0 kB     00:00    
CentOS Linux 8 - HighAvailability                                36 kB/s | 3.9 kB     00:00    
CentOS Linux 8 - Plus                                            24 kB/s | 1.5 kB     00:00    
CentOS Linux 8 - PowerTools                                      50 kB/s | 4.3 kB     00:00    
Extra Packages for Enterprise Linux Modular 8 - x86_64           13 kB/s | 9.2 kB     00:00    
Extra Packages for Enterprise Linux 8 - x86_64                   24 kB/s | 8.5 kB     00:00    
Metadata cache created.

After updating yum database, We can install speexdsp-devel using yum by running the following command:

sudo yum -y install speexdsp-devel

How To Uninstall speexdsp-devel on CentOS 8

To uninstall only the speexdsp-devel package we can use the following command:

sudo dnf remove speexdsp-devel

speexdsp-devel Package Contents on CentOS 8

/usr/include/speex
/usr/include/speex/speex_echo.h
/usr/include/speex/speex_jitter.h
/usr/include/speex/speex_preprocess.h
/usr/include/speex/speex_resampler.h
/usr/include/speex/speexdsp_config_types.h
/usr/include/speex/speexdsp_types.h
/usr/lib/libspeexdsp.so
/usr/lib/pkgconfig/speexdsp.pc
/usr/include/speex
/usr/include/speex/speex_echo.h
/usr/include/speex/speex_jitter.h
/usr/include/speex/speex_preprocess.h
/usr/include/speex/speex_resampler.h
/usr/include/speex/speexdsp_config_types.h
/usr/include/speex/speexdsp_types.h
/usr/lib64/libspeexdsp.so
/usr/lib64/pkgconfig/speexdsp.pc

References

Summary

In this tutorial we learn how to install speexdsp-devel on CentOS 8 using yum and dnf.