How to Install and Uninstall python3-num2words Package on Kali Linux

Last updated: May 06,2024

1. Install "python3-num2words" package

Here is a brief guide to show you how to install python3-num2words on Kali Linux

$ sudo apt update $ sudo apt install python3-num2words

2. Uninstall "python3-num2words" package

This guide covers the steps necessary to uninstall python3-num2words on Kali Linux:

$ sudo apt remove python3-num2words $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-num2words package on Kali Linux

Package: python3-num2words
Source: python-num2words
Version: 0.5.13-1
Installed-Size: 481
Maintainer: Debian Python Team
Architecture: all
Depends: python3-docopt, python3:any
Size: 70036
SHA256: d215e42a492cb8dfd56f1de56ac87638475f08cd067961c87b7ffa4c8c0d3412
SHA1: 0853fd04ce107b083de8cc957f6f8423a9e13bcd
MD5sum: 55246ea94a2567424108ade87ae08f7a
Description: Convert numbers to words in multiple languages (Python 3)
This package contains a Python 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).
.
This package installs the library for Python 3.
Description-md5:
Homepage: https://github.com/savoirfairelinux/num2words
Tag: implemented-in::python, role::shared-lib, works-with::text
Section: python
Priority: optional
Filename: pool/main/p/python-num2words/python3-num2words_0.5.13-1_all.deb