How To Install speech-tools on Fedora 36

In this tutorial we learn how to install speech-tools in Fedora 36. speech-tools is Edinburgh speech tools library

Introduction

In this tutorial we learn how to install speech-tools on Fedora 36.

What is speech-tools

The Edinburgh speech tools system is a library of C++ classes, functions and utility programs that are frequently used in speech software. The system compiles to a single Unix library .a file which can be linked with software. At present, C++ classes for several useful speech and language classes have been written, along with audio software and some basic signal processing software.

We can use yum or dnf to install speech-tools on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install speech-tools.

Install speech-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 speech-tools using dnf by running the following command:

sudo dnf -y install speech-tools

Install speech-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 speech-tools using yum by running the following command:

sudo yum -y install speech-tools

How To Uninstall speech-tools on Fedora 36

To uninstall only the speech-tools package we can use the following command:

sudo dnf remove speech-tools

speech-tools Package Contents on Fedora 36

/usr/bin/bcat
/usr/bin/ch_lab
/usr/bin/ch_track
/usr/bin/ch_utt
/usr/bin/ch_wave
/usr/bin/dp
/usr/bin/na_play
/usr/bin/na_record
/usr/bin/ngram_build
/usr/bin/ngram_test
/usr/bin/ols
/usr/bin/ols_test
/usr/bin/pda
/usr/bin/pitchmark
/usr/bin/scfg_make
/usr/bin/scfg_parse
/usr/bin/scfg_test
/usr/bin/scfg_train
/usr/bin/sig2fv
/usr/bin/sigfilter
/usr/bin/spectgen
/usr/bin/tilt_analysis
/usr/bin/tilt_synthesis
/usr/bin/viterbi
/usr/bin/wagon
/usr/bin/wagon_test
/usr/bin/wfst_build
/usr/bin/wfst_run
/usr/lib/.build-id
/usr/lib/.build-id/01
/usr/lib/.build-id/01/52f99b15b7041c6457b7e60e9aea2fdd017961
/usr/lib/.build-id/07
/usr/lib/.build-id/07/05d0d1b42e1a333ef03c828254ec0c66fba64c
/usr/lib/.build-id/17
/usr/lib/.build-id/17/2fbbee121161d0dd0e923e8a0dc412a260b4d9
/usr/lib/.build-id/1a
/usr/lib/.build-id/1a/041fbccee0d1e9c5cdb9594c13a7eebac2b808
/usr/lib/.build-id/27
/usr/lib/.build-id/27/8079a3b4421c495919e1ec9f40ddc00cb5b6de
/usr/lib/.build-id/28
/usr/lib/.build-id/28/64598ea86a297d642e51e4d2c396ccb508b685
/usr/lib/.build-id/2f
/usr/lib/.build-id/2f/81919dc83399e1fea003ba0648d90de78173f9
/usr/lib/.build-id/47
/usr/lib/.build-id/47/bb07039980f0f73034199907f0bd97e4dda69c
/usr/lib/.build-id/4b
/usr/lib/.build-id/4b/d03b63db0b880b64d07ef0b445c01847b649be
/usr/lib/.build-id/56
/usr/lib/.build-id/56/919294a164d77645e0e9150cbfe862f9f1e7e9
/usr/lib/.build-id/63
/usr/lib/.build-id/63/ae7db74b8b75a3233834e708ba978dd13dda4b
/usr/lib/.build-id/72
/usr/lib/.build-id/72/adb20d4d389cbaec49ee80b5e2adbf7877abb5
/usr/lib/.build-id/75
/usr/lib/.build-id/75/0b7d3025830fda5f9d1db9f0716026f176a8e2
/usr/lib/.build-id/8e
/usr/lib/.build-id/8e/23c5b13551794435b7933d12e23cb2f31e744b
/usr/lib/.build-id/8f
/usr/lib/.build-id/8f/dba290c322f2762afef8b803e58f7ab95f97b4
/usr/lib/.build-id/93
/usr/lib/.build-id/93/211a2df793aac94355fd8a8b21d4b07445d5eb
/usr/lib/.build-id/96
/usr/lib/.build-id/96/2a68bba505bcd71b390037a8a1d83bc9f6491a
/usr/lib/.build-id/99
/usr/lib/.build-id/99/609b66552ce1c0626f48fffaf6020570d1f116
/usr/lib/.build-id/a4
/usr/lib/.build-id/a4/5334c5832da4085cc08c36de04b9019a0bfaf5
/usr/lib/.build-id/a5
/usr/lib/.build-id/a5/54a7471b08e2c7f9021d91c4f94f06006010cb
/usr/lib/.build-id/c0
/usr/lib/.build-id/c0/124927cf75dba2058863cfc024f7d8d24c252b
/usr/lib/.build-id/c5
/usr/lib/.build-id/c5/acdb5944d1d4b6bce5568820c94f22a4b05f7e
/usr/lib/.build-id/ca
/usr/lib/.build-id/ca/621f8e81a1a3e9eb0af29d6e5739a32786404a
/usr/lib/.build-id/dd
/usr/lib/.build-id/dd/265514190d3dd017e6a374d46da6d6979d1d6b
/usr/lib/.build-id/e2
/usr/lib/.build-id/e2/8e20c61bb2c6acb0ecc283e040fc4f0dbc9818
/usr/lib/.build-id/ea
/usr/lib/.build-id/ea/f1213ad27c873dbf2ad337041efef5aa66fcf7
/usr/lib/.build-id/f2
/usr/lib/.build-id/f2/1e16bdee9066a4f161d74795b14115e0e1e534
/usr/lib/.build-id/f6
/usr/lib/.build-id/f6/2784cc3f74ed96492238a08192b06db5ae97b7
/usr/share/licenses/speech-tools
/usr/share/licenses/speech-tools/LICENSE

References

Summary

In this tutorial we learn how to install speech-tools on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).