How To Install speech-dispatcher-utils on Fedora 36
Introduction
In this tutorial we learn how to install speech-dispatcher-utils
on Fedora 36.
What is speech-dispatcher-utils
Various utilities for speechd
We can use yum
or dnf
to install speech-dispatcher-utils
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install speech-dispatcher-utils.
Install speech-dispatcher-utils 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-dispatcher-utils
using dnf
by running the following command:
sudo dnf -y install speech-dispatcher-utils
Install speech-dispatcher-utils 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-dispatcher-utils
using yum
by running the following command:
sudo yum -y install speech-dispatcher-utils
How To Uninstall speech-dispatcher-utils on Fedora 36
To uninstall only the speech-dispatcher-utils
package we can use the following command:
sudo dnf remove speech-dispatcher-utils
speech-dispatcher-utils Package Contents on Fedora 36
/usr/bin/spd-conf
/usr/bin/spd-say
/usr/bin/spdsend
/usr/lib/.build-id
/usr/lib/.build-id/28
/usr/lib/.build-id/28/a3a8066835fab61fea9e602c99fe8734fe1ed5
/usr/lib/.build-id/96
/usr/lib/.build-id/96/f79a8a0859f7282b817876c5ac2edfd058ef56
/usr/share/man/man1/spd-conf.1.gz
/usr/share/man/man1/spd-say.1.gz
References
Summary
In this tutorial we learn how to install speech-dispatcher-utils
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).