How To Install asterisk-sounds-core-es on Fedora 36

In this tutorial we learn how to install asterisk-sounds-core-es in Fedora 36. asterisk-sounds-core-es is Core Spanish sound files for Asterisk

Introduction

In this tutorial we learn how to install asterisk-sounds-core-es on Fedora 36.

What is asterisk-sounds-core-es

Core Spanish sound files for Asterisk.

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

Install asterisk-sounds-core-es on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install asterisk-sounds-core-es using dnf by running the following command:

sudo dnf -y install asterisk-sounds-core-es

Install asterisk-sounds-core-es on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install asterisk-sounds-core-es using yum by running the following command:

sudo yum -y install asterisk-sounds-core-es

How To Uninstall asterisk-sounds-core-es on Fedora 36

To uninstall only the asterisk-sounds-core-es package we can use the following command:

sudo dnf remove asterisk-sounds-core-es

asterisk-sounds-core-es Package Contents on Fedora 36

/usr/share/asterisk/sounds/es
/usr/share/asterisk/sounds/es/dictate
/usr/share/asterisk/sounds/es/digits
/usr/share/asterisk/sounds/es/followme
/usr/share/asterisk/sounds/es/letters
/usr/share/asterisk/sounds/es/phonetic
/usr/share/doc/asterisk-sounds-core-es
/usr/share/doc/asterisk-sounds-core-es/CHANGES-asterisk-core-es-1.6.1
/usr/share/doc/asterisk-sounds-core-es/CREDITS-asterisk-core-es-1.6.1
/usr/share/doc/asterisk-sounds-core-es/core-sounds-es.txt
/usr/share/licenses/asterisk-sounds-core-es
/usr/share/licenses/asterisk-sounds-core-es/LICENSE-asterisk-core-es-1.6.1

References

Summary

In this tutorial we learn how to install asterisk-sounds-core-es on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).