How to Install and Uninstall python3-inflect Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 18,2024

1. Install "python3-inflect" package

Please follow the instructions below to install python3-inflect on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-inflect

2. Uninstall "python3-inflect" package

This tutorial shows how to uninstall python3-inflect on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the python3-inflect package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-inflect
Priority: optional
Section: universe/python
Installed-Size: 206
Maintainer: Ubuntu Developers
Original-Maintainer: Iain R. Learmonth
Architecture: all
Source: python-inflect
Version: 0.2.5-1
Filename: pool/universe/p/python-inflect/python3-inflect_0.2.5-1_all.deb
Size: 47668
MD5sum: f3d6e63e76f91d7c4044b0b01cb5913f
SHA1: 3870b449adad70bff0ab442740c5cf5823a907df
SHA256: 50446b7cdbc3041a2075f59ac8afb8dd0247a6fb250a9bb3bfbd0fb300e7361f
Description-en: 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: 2db7c861f3aa4bf3b477c11645513a3f
Homepage: https://pypi.python.org/pypi/inflect
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu