How To Install asterisk-sounds-core-en_GB on Fedora 36
Introduction
In this tutorial we learn how to install asterisk-sounds-core-en_GB
on Fedora 36.
What is asterisk-sounds-core-en_GB
Core English (United Kingdom) sound files for Asterisk.
We can use yum
or dnf
to install asterisk-sounds-core-en_GB
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install asterisk-sounds-core-en_GB.
Install asterisk-sounds-core-en_GB 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-en_GB
using dnf
by running the following command:
sudo dnf -y install asterisk-sounds-core-en_GB
Install asterisk-sounds-core-en_GB 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-en_GB
using yum
by running the following command:
sudo yum -y install asterisk-sounds-core-en_GB
How To Uninstall asterisk-sounds-core-en_GB on Fedora 36
To uninstall only the asterisk-sounds-core-en_GB
package we can use the following command:
sudo dnf remove asterisk-sounds-core-en_GB
asterisk-sounds-core-en_GB Package Contents on Fedora 36
/usr/share/asterisk/sounds/en_GB
/usr/share/asterisk/sounds/en_GB/dictate
/usr/share/asterisk/sounds/en_GB/digits
/usr/share/asterisk/sounds/en_GB/followme
/usr/share/asterisk/sounds/en_GB/letters
/usr/share/asterisk/sounds/en_GB/phonetic
/usr/share/doc/asterisk-sounds-core-en_GB
/usr/share/doc/asterisk-sounds-core-en_GB/CHANGES-asterisk-core-en_GB-1.6.1
/usr/share/doc/asterisk-sounds-core-en_GB/CREDITS-asterisk-core-en_GB-1.6.1
/usr/share/doc/asterisk-sounds-core-en_GB/core-sounds-en_GB.txt
/usr/share/licenses/asterisk-sounds-core-en_GB
/usr/share/licenses/asterisk-sounds-core-en_GB/LICENSE-asterisk-core-en_GB-1.6.1
References
Summary
In this tutorial we learn how to install asterisk-sounds-core-en_GB
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).