How To Install perl-Lingua-EN-Numbers on Fedora 36

In this tutorial we learn how to install perl-Lingua-EN-Numbers in Fedora 36. perl-Lingua-EN-Numbers is Turn “407” into “four hundred and seven”, etc

Introduction

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

What is perl-Lingua-EN-Numbers

Lingua request) two functions, num2en and num2en_ordinal. Each takes a scalar value and returns a scalar value. The return value is the English text expressing that number; or if what you provided wasn’t a number, then they return undefined.

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

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

sudo dnf -y install perl-Lingua-EN-Numbers

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

sudo yum -y install perl-Lingua-EN-Numbers

How To Uninstall perl-Lingua-EN-Numbers on Fedora 36

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

sudo dnf remove perl-Lingua-EN-Numbers

perl-Lingua-EN-Numbers Package Contents on Fedora 36

/usr/share/doc/perl-Lingua-EN-Numbers
/usr/share/doc/perl-Lingua-EN-Numbers/Changes
/usr/share/doc/perl-Lingua-EN-Numbers/META.json
/usr/share/doc/perl-Lingua-EN-Numbers/README
/usr/share/man/man3/Lingua::EN::Numbers.3pm.gz
/usr/share/perl5/vendor_perl/Lingua
/usr/share/perl5/vendor_perl/Lingua/EN
/usr/share/perl5/vendor_perl/Lingua/EN/Numbers.pm

References

Summary

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