How to Install and Uninstall speech-dispatcher.x86_64 Package on Oracle Linux 9

Last updated: June 26,2024

1. Install "speech-dispatcher.x86_64" package

Here is a brief guide to show you how to install speech-dispatcher.x86_64 on Oracle Linux 9

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

2. Uninstall "speech-dispatcher.x86_64" package

In this section, we are going to explain the necessary steps to uninstall speech-dispatcher.x86_64 on Oracle Linux 9:

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

3. Information about the speech-dispatcher.x86_64 package on Oracle Linux 9

Last metadata expiration check: 1:18:31 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : speech-dispatcher
Version : 0.10.2
Release : 4.el9
Architecture : x86_64
Size : 3.3 M
Source : speech-dispatcher-0.10.2-4.el9.src.rpm
Repository : ol9_appstream
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.