How to Install and Uninstall speech-dispatcher.i686 Package on Oracle Linux 8

Last updated: May 03,2024

1. Install "speech-dispatcher.i686" package

Please follow the step by step instructions below to install speech-dispatcher.i686 on Oracle Linux 8

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

2. Uninstall "speech-dispatcher.i686" package

Please follow the guidance below to uninstall speech-dispatcher.i686 on Oracle Linux 8:

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

3. Information about the speech-dispatcher.i686 package on Oracle Linux 8

Last metadata expiration check: 5:47:28 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : speech-dispatcher
Version : 0.8.8
Release : 6.el8
Architecture : i686
Size : 766 k
Source : speech-dispatcher-0.8.8-6.el8.src.rpm
Repository : ol8_appstream
Summary : To provide a high-level device independent layer for speech synthesis
URL : http://devel.freebsoft.org/speechd
License : GPLv2+ and GPLv2
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.