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

Last updated: June 18,2024

1. Install "python311-num2words" package

Please follow the guidance below to install python311-num2words on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-num2words

2. Uninstall "python311-num2words" package

Please follow the step by step instructions below to uninstall python311-num2words on openSuSE Tumbleweed:

$ sudo zypper remove python311-num2words

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

Information for package python311-num2words:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-num2words
Version : 0.5.13-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 1012.1 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).