How to Install and Uninstall festival.src Package on Oracle Linux 9

Last updated: October 05,2024

1. Install "festival.src" package

This is a short guide on how to install festival.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install festival.src

2. Uninstall "festival.src" package

Here is a brief guide to show you how to uninstall festival.src on Oracle Linux 9:

$ sudo dnf remove festival.src $ sudo dnf autoremove

3. Information about the festival.src package on Oracle Linux 9

Last metadata expiration check: 0:48:40 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : festival
Version : 2.5.0
Release : 17.el9
Architecture : src
Size : 323 M
Source : None
Repository : ol9_appstream
Summary : Speech synthesis and text-to-speech system
URL : http://www.cstr.ed.ac.uk/projects/festival/
License : MIT and GPL+ and TCL and BSD
Description : Festival is a general multi-lingual speech synthesis system developed
: at CSTR. It offers a full text to speech system with various APIs, as
: well as an environment for development and research of speech synthesis
: techniques. It is written in C++ with a Scheme-based command interpreter
: for general control.