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

In this tutorial we learn how to install perl-Lingua-EN-Words2Nums in Fedora 36. perl-Lingua-EN-Words2Nums is Convert English text to numbers

Introduction

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

What is perl-Lingua-EN-Words2Nums

This module converts English text into numbers. It supports both ordinal and cardinal numbers, negative numbers, and very large numbers.

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

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

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

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

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

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

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

sudo dnf remove perl-Lingua-EN-Words2Nums

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

/usr/share/doc/perl-Lingua-EN-Words2Nums
/usr/share/doc/perl-Lingua-EN-Words2Nums/README
/usr/share/doc/perl-Lingua-EN-Words2Nums/TODO
/usr/share/doc/perl-Lingua-EN-Words2Nums/samples
/usr/share/doc/perl-Lingua-EN-Words2Nums/testnum
/usr/share/man/man3/Lingua::EN::Words2Nums.3pm.gz
/usr/share/perl5/vendor_perl/Lingua
/usr/share/perl5/vendor_perl/Lingua/EN
/usr/share/perl5/vendor_perl/Lingua/EN/Words2Nums.pm

References

Summary

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