How To Install sphinxbase on Fedora 36

In this tutorial we learn how to install sphinxbase in Fedora 36. sphinxbase is Common library for CMU Sphinx voice recognition products

Introduction

In this tutorial we learn how to install sphinxbase on Fedora 36.

What is sphinxbase

Sphinxbase is a common library for CMU Sphinx voice recognition products. This package does not provide voice recognition by itself.

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

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

sudo dnf -y install sphinxbase

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

sudo yum -y install sphinxbase

How To Uninstall sphinxbase on Fedora 36

To uninstall only the sphinxbase package we can use the following command:

sudo dnf remove sphinxbase

sphinxbase Package Contents on Fedora 36

/usr/bin/sphinx_cepview
/usr/bin/sphinx_cont_seg
/usr/bin/sphinx_fe
/usr/bin/sphinx_jsgf2fsg
/usr/bin/sphinx_lm_convert
/usr/bin/sphinx_lm_eval
/usr/bin/sphinx_pitch
/usr/lib/.build-id
/usr/lib/.build-id/09
/usr/lib/.build-id/09/450495a74a979feb0c3614dfe1be171bfeaf7f
/usr/lib/.build-id/0c
/usr/lib/.build-id/0c/51ea2314e914cbb49f266719efe68487872fb4
/usr/lib/.build-id/3d
/usr/lib/.build-id/3d/1de5bb219377ce104983a48fc90fc935adf4ff
/usr/lib/.build-id/43
/usr/lib/.build-id/43/aa2312cfb2261ddc99a85d5d37aac7e27ecd24
/usr/lib/.build-id/64
/usr/lib/.build-id/64/de2b2a2e215b376c0b2ba0777045c2ca912cc0
/usr/lib/.build-id/78
/usr/lib/.build-id/78/972c1fdb376682f1247ac74ac9afb618424f8e
/usr/lib/.build-id/de
/usr/lib/.build-id/de/7029130b803fc683639c2eeb776f04b687c5ea
/usr/share/man/man1/sphinx_cepview.1.gz
/usr/share/man/man1/sphinx_cont_seg.1.gz
/usr/share/man/man1/sphinx_fe.1.gz
/usr/share/man/man1/sphinx_lm_convert.1.gz
/usr/share/man/man1/sphinx_lm_eval.1.gz
/usr/share/man/man1/sphinx_lm_sort.1.gz
/usr/share/man/man1/sphinx_pitch.1.gz

References

Summary

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