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

Last updated: May 19,2024

1. Install "python36-num2words" package

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

$ sudo zypper refresh $ sudo zypper install python36-num2words

2. Uninstall "python36-num2words" package

Please follow the steps below to uninstall python36-num2words on openSuSE Tumbleweed:

$ sudo zypper remove python36-num2words

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

Information for package python36-num2words:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-num2words
Version : 0.5.10-2.7
Arch : noarch
Vendor : openSUSE
Installed Size : 676,5 KiB
Installed : No
Status : not installed
Source package : python-num2words-0.5.10-2.7.src
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).