How to Install and Uninstall python3-num2words Package on openSUSE Leap

Last updated: May 06,2024

1. Install "python3-num2words" package

Please follow the guidelines below to install python3-num2words on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-num2words

2. Uninstall "python3-num2words" package

This is a short guide on how to uninstall python3-num2words on openSUSE Leap:

$ sudo zypper remove python3-num2words

3. Information about the python3-num2words package on openSUSE Leap

Information for package python3-num2words:
------------------------------------------
Repository : Main Repository
Name : python3-num2words
Version : 0.5.10-bp155.3.10
Arch : noarch
Vendor : openSUSE
Installed Size : 678.5 KiB
Installed : No
Status : not installed
Source package : python-num2words-0.5.10-bp155.3.10.src
Upstream URL : https://github.com/savoirfairelinux/num2words
Summary : Modules to convert numbers to words
Description :
num2words is a library that converts numbers like "42" to words like "forty-two".
It supports multiple languages and can even generate ordinal numbers like "forty-second"
(although this last feature is a bit buggy for some languages at the moment).