How To Install speex-tools on Fedora 36
Introduction
In this tutorial we learn how to install speex-tools
on Fedora 36.
What is speex-tools
Speex is a patent-free compression format designed especially for speech. This package contains tools files and user’s manual for speex.
We can use yum
or dnf
to install speex-tools
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install speex-tools.
Install speex-tools 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 speex-tools
using dnf
by running the following command:
sudo dnf -y install speex-tools
Install speex-tools 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 speex-tools
using yum
by running the following command:
sudo yum -y install speex-tools
How To Uninstall speex-tools on Fedora 36
To uninstall only the speex-tools
package we can use the following command:
sudo dnf remove speex-tools
speex-tools Package Contents on Fedora 36
/usr/bin/speexdec
/usr/bin/speexenc
/usr/lib/.build-id
/usr/lib/.build-id/88
/usr/lib/.build-id/88/287bb026ab67cb2425013ef800fcedb20a62ba
/usr/lib/.build-id/ce
/usr/lib/.build-id/ce/ff850e4d3eb5516c33946c95f437a3673ce386
/usr/share/man/man1/speexdec.1.gz
/usr/share/man/man1/speexenc.1.gz
References
Summary
In this tutorial we learn how to install speex-tools
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).