How to Install and Uninstall python3-num2words.noarch Package on Fedora 34

Last updated: July 03,2024

1. Install "python3-num2words.noarch" package

Here is a brief guide to show you how to install python3-num2words.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install python3-num2words.noarch

2. Uninstall "python3-num2words.noarch" package

Learn how to uninstall python3-num2words.noarch on Fedora 34:

$ sudo dnf remove python3-num2words.noarch $ sudo dnf autoremove

3. Information about the python3-num2words.noarch package on Fedora 34

Last metadata expiration check: 4:50:26 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-num2words
Version : 0.5.10
Release : 8.fc34
Architecture : noarch
Size : 129 k
Source : python-num2words-0.5.10-8.fc34.src.rpm
Repository : fedora
Summary : Python 3 modules to convert numbers to words
URL : https://github.com/savoirfairelinux/num2words
License : LGPLv2+
Description : Convert numbers to words in multiple languages, it is a library that converts
: numbers like ``42`` to words like ``forty-two``. It supports multiple
: languages (English, French, Spanish, German and Lithuanian) and can even
: generate ordinal numbers like ``forty-second``.