How to Install and Uninstall perl-Lingua-EN-Words2Nums Package on openSUSE Leap

Last updated: May 18,2024

1. Install "perl-Lingua-EN-Words2Nums" package

Please follow the step by step instructions below to install perl-Lingua-EN-Words2Nums on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-Lingua-EN-Words2Nums

2. Uninstall "perl-Lingua-EN-Words2Nums" package

Please follow the instructions below to uninstall perl-Lingua-EN-Words2Nums on openSUSE Leap:

$ sudo zypper remove perl-Lingua-EN-Words2Nums

3. Information about the perl-Lingua-EN-Words2Nums package on openSUSE Leap

Information for package perl-Lingua-EN-Words2Nums:
--------------------------------------------------
Repository : Main Repository
Name : perl-Lingua-EN-Words2Nums
Version : 0.18-bp155.2.12
Arch : noarch
Vendor : openSUSE
Installed Size : 13.3 KiB
Installed : No
Status : not installed
Source package : perl-Lingua-EN-Words2Nums-0.18-bp155.2.12.src
Upstream URL : http://search.cpan.org/dist/Lingua-EN-Words2Nums/
Summary : convert English text to numbers
Description :
This module converts English text into numbers. It supports both ordinal
and cardinal numbers, negative numbers, and very large numbers.
The main subroutine, which is exported by default, is words2nums(). This
subroutine, when fed a string, will attempt to convert it into a number. If
it succeeds, the number will be returned. If it fails, it returns undef.