How To Install perl-Lingua-EN-Alphabet-Shaw on Fedora 36

In this tutorial we learn how to install perl-Lingua-EN-Alphabet-Shaw in Fedora 36. perl-Lingua-EN-Alphabet-Shaw is Transliterate the Latin to Shavian alphabets

Introduction

In this tutorial we learn how to install perl-Lingua-EN-Alphabet-Shaw on Fedora 36.

What is perl-Lingua-EN-Alphabet-Shaw

The Shaw or Shavian alphabet was commissioned by the will of the playwright George Bernard Shaw in the early 1960s as a replacement for the Latin alphabet for representing English. It is designed to have a one-to-one phonemic (not phonetic) mapping with the sounds of English.

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

Install perl-Lingua-EN-Alphabet-Shaw 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 perl-Lingua-EN-Alphabet-Shaw using dnf by running the following command:

sudo dnf -y install perl-Lingua-EN-Alphabet-Shaw

Install perl-Lingua-EN-Alphabet-Shaw 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 perl-Lingua-EN-Alphabet-Shaw using yum by running the following command:

sudo yum -y install perl-Lingua-EN-Alphabet-Shaw

How To Uninstall perl-Lingua-EN-Alphabet-Shaw on Fedora 36

To uninstall only the perl-Lingua-EN-Alphabet-Shaw package we can use the following command:

sudo dnf remove perl-Lingua-EN-Alphabet-Shaw

perl-Lingua-EN-Alphabet-Shaw Package Contents on Fedora 36

/usr/share/man/man3/Lingua::EN::Alphabet::Shaw.3pm.gz
/usr/share/perl5/vendor_perl/Lingua
/usr/share/perl5/vendor_perl/Lingua/EN
/usr/share/perl5/vendor_perl/Lingua/EN/Alphabet
/usr/share/perl5/vendor_perl/Lingua/EN/Alphabet/Shaw.pm
/usr/share/perl5/vendor_perl/auto
/usr/share/perl5/vendor_perl/auto/share
/usr/share/perl5/vendor_perl/auto/share/dist
/usr/share/perl5/vendor_perl/auto/share/dist/Lingua-EN-Alphabet-Shaw
/usr/share/perl5/vendor_perl/auto/share/dist/Lingua-EN-Alphabet-Shaw/shavian-set.sqlite

References

Summary

In this tutorial we learn how to install perl-Lingua-EN-Alphabet-Shaw on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).