How to Install and Uninstall python39-num2words Package on openSuSE Tumbleweed

Last updated: May 17,2024

1. Install "python39-num2words" package

Please follow the guidelines below to install python39-num2words on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-num2words

2. Uninstall "python39-num2words" package

This is a short guide on how to uninstall python39-num2words on openSuSE Tumbleweed:

$ sudo zypper remove python39-num2words

3. Information about the python39-num2words package on openSuSE Tumbleweed

Information for package python39-num2words:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-num2words
Version : 0.5.13-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 801.4 KiB
Installed : No
Status : not installed
Source package : python-num2words-0.5.13-1.4.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).