How To Install espeak-ng-doc on Fedora 36
Introduction
In this tutorial we learn how to install espeak-ng-doc
on Fedora 36.
What is espeak-ng-doc
Documentation for eSpeak NG, a software speech synthesizer.
We can use yum
or dnf
to install espeak-ng-doc
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install espeak-ng-doc.
Install espeak-ng-doc 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 espeak-ng-doc
using dnf
by running the following command:
sudo dnf -y install espeak-ng-doc
Install espeak-ng-doc 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 espeak-ng-doc
using yum
by running the following command:
sudo yum -y install espeak-ng-doc
How To Uninstall espeak-ng-doc on Fedora 36
To uninstall only the espeak-ng-doc
package we can use the following command:
sudo dnf remove espeak-ng-doc
espeak-ng-doc Package Contents on Fedora 36
/usr/share/doc/espeak-ng-doc
/usr/share/doc/espeak-ng-doc/add_language.html
/usr/share/doc/espeak-ng-doc/building.html
/usr/share/doc/espeak-ng-doc/contributing.html
/usr/share/doc/espeak-ng-doc/dictionary.html
/usr/share/doc/espeak-ng-doc/index.html
/usr/share/doc/espeak-ng-doc/intonation.html
/usr/share/doc/espeak-ng-doc/languages.html
/usr/share/doc/espeak-ng-doc/markup.html
/usr/share/doc/espeak-ng-doc/mbrola.html
/usr/share/doc/espeak-ng-doc/numbers.html
/usr/share/doc/espeak-ng-doc/phoneme_model.html
/usr/share/doc/espeak-ng-doc/phonemes.html
/usr/share/doc/espeak-ng-doc/phontab.html
/usr/share/doc/espeak-ng-doc/voices.html
References
Summary
In this tutorial we learn how to install espeak-ng-doc
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).