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

Last updated: May 15,2024

1. Install "python3-inflect" package

Learn how to install python3-inflect on Kali Linux

$ sudo apt update $ sudo apt install python3-inflect

2. Uninstall "python3-inflect" package

This tutorial shows how to uninstall python3-inflect on Kali Linux:

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

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

Package: python3-inflect
Source: python-inflect
Version: 7.0.0-1
Installed-Size: 178
Maintainer: Debian Python Team
Architecture: all
Depends: python3-pydantic, python3-typing-extensions, python3:any
Size: 41940
SHA256: eb3da318c67c36460cb960004462ac3a24a978f9414006fef02f71a85f54bdfb
SHA1: de03e55a011dd0c186b9cd8cb2e3eff2b25fe4f7
MD5sum: 2c340709cf0667a80638b6744347056c
Description: Generate plurals, singular nouns, ordinals, indefinite articles (Python 3)
The inflect Python module correctly generates plurals, singular nouns,
ordinals and indefinite articles. It can also convert numbers to words.
.
This package contains the Python 3 version of this module.
Description-md5:
Homepage: https://github.com/jaraco/inflect
Section: python
Priority: optional
Filename: pool/main/p/python-inflect/python3-inflect_7.0.0-1_all.deb