How to Install and Uninstall speech-dispatcher.i686 Package on Fedora 36

Last updated: October 08,2024

1. Install "speech-dispatcher.i686" package

This is a short guide on how to install speech-dispatcher.i686 on Fedora 36

$ sudo dnf update $ sudo dnf install speech-dispatcher.i686

2. Uninstall "speech-dispatcher.i686" package

In this section, we are going to explain the necessary steps to uninstall speech-dispatcher.i686 on Fedora 36:

$ sudo dnf remove speech-dispatcher.i686 $ sudo dnf autoremove

3. Information about the speech-dispatcher.i686 package on Fedora 36

Last metadata expiration check: 3:06:28 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : speech-dispatcher
Version : 0.11.2
Release : 1.fc36
Architecture : i686
Size : 4.3 M
Source : speech-dispatcher-0.11.2-1.fc36.src.rpm
Repository : updates
Summary : To provide a high-level device independent layer for speech synthesis
URL : http://devel.freebsoft.org/speechd
License : GPLv2+ and LGPLv2
Description : * Common interface to different TTS engines
: * Handling concurrent synthesis requests – requests may come
: asynchronously from multiple sources within an application
: and/or from more different applications.
: * Subsequent serialization, resolution of conflicts and
: priorities of incoming requests
: * Context switching – state is maintained for each client
: connection independently, event for connections from
: within one application.
: * High-level client interfaces for popular programming languages
: * Common sound output handling – audio playback is handled by
: Speech Dispatcher rather than the TTS engine, since most engines
: have limited sound output capabilities.