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

Last updated: November 08,2024

1. Install "python312-num2words" package

This tutorial shows how to install python312-num2words on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-num2words

2. Uninstall "python312-num2words" package

This tutorial shows how to uninstall python312-num2words on openSuSE Tumbleweed:

$ sudo zypper remove python312-num2words

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

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