How To Install festival-devel on Fedora 36

In this tutorial we learn how to install festival-devel in Fedora 36. festival-devel is Development files for the Festival speech synthesis system

Introduction

In this tutorial we learn how to install festival-devel on Fedora 36.

What is festival-devel

Development files for the Festival speech synthesis system. Install festival-devel if you want to use Festival’s capabilities from within your own programs, or if you intend to compile other programs using it. Note that you can also interface with Festival in via the shell or with BSD sockets.


We can use yum or dnf to install festival-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install festival-devel.

title: “How To Install festival-devel on Fedora 36”

Install festival-devel on Fedora 36 Using dnf

linkTitle: “festival-devel”

type: “docs” Update yum database with dnf using the following command.

description: "In this tutorial we learn how to install festival-devel in Fedora 36. festival-devel is Development files for the Festival speech synthesis system"
sudo dnf makecache --refresh
date: "2022-08-17"

lastmod: “2022-08-17” After updating yum database, We can install festival-devel using dnf by running the following command: #image: /images/fedora/36/festival-devel-featured.png



sudo dnf -y install festival-devel

Introduction

Install festival-devel on Fedora 36 Using yum

In this tutorial we learn how to install festival-devel on Fedora 36. Update yum database with yum using the following command.

What is festival-devel


sudo yum makecache --refresh

Development files for the Festival speech synthesis system. Install festival-devel if you want to use Festival’s capabilities from within your own programs, or if you intend to compile other programs using it. Note that you can also interface with Festival in via the shell or with BSD sockets.

After updating yum database, We can install festival-devel using yum by running the following command:

We can use yum or dnf to install festival-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install festival-devel.

Install festival-devel on Fedora 36 Using dnf

Update yum database with `dnf` using the following command.
sudo yum -y install festival-devel
## How To Uninstall festival-devel on Fedora 36
sudo dnf makecache --refresh

To uninstall only the festival-devel package we can use the following command:

After updating yum database, We can install `festival-devel` using `dnf` by running the following command:
sudo dnf remove festival-devel

sudo dnf -y install festival-devel
## festival-devel Package Contents on Fedora 36

## Install festival-devel on Fedora 36 Using yum

Update yum database with `yum` using the following command.

```bash
sudo yum makecache --refresh

After updating yum database, We can install festival-devel using yum by running the following command:

sudo yum -y install festival-devel

How To Uninstall festival-devel on Fedora 36

To uninstall only the festival-devel package we can use the following command:

sudo dnf remove festival-devel

festival-devel Package Contents on Fedora 36

/usr/include/festival
/usr/include/festival/Makefile
/usr/include/festival/ModuleDescription.h
/usr/include/festival/Phone.h
/usr/include/festival/festival.h
/usr/include/festival/festival.h.filesystem-standard
/usr/include/festival/fngram.h
/usr/include/festival/intonation.h
/usr/include/festival/lexicon.h
/usr/include/festival/module_support.h
/usr/include/festival/modules.h
/usr/include/festival/text.h
/usr/lib/libFestival.a
/usr/share/licenses/festival-devel
/usr/share/licenses/festival-devel/COPYING

References

Summary

In this tutorial we learn how to install festival-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).

/usr/include/festival /usr/include/festival/Makefile /usr/include/festival/ModuleDescription.h /usr/include/festival/Phone.h /usr/include/festival/festival.h /usr/include/festival/festival.h.filesystem-standard /usr/include/festival/fngram.h /usr/include/festival/intonation.h /usr/include/festival/lexicon.h /usr/include/festival/module_support.h /usr/include/festival/modules.h /usr/include/festival/text.h /usr/lib64/libFestival.a /usr/share/licenses/festival-devel /usr/share/licenses/festival-devel/COPYING


## References

* [festival-devel website](http://www.cstr.ed.ac.uk/projects/festival/)

## Summary

In this tutorial we learn how to install `festival-devel` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).