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

Last updated: November 16,2024

1. Install "python310-num2words" package

Please follow the instructions below to install python310-num2words on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-num2words

2. Uninstall "python310-num2words" package

In this section, we are going to explain the necessary steps to uninstall python310-num2words on openSuSE Tumbleweed:

$ sudo zypper remove python310-num2words

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

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