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

Last updated: May 17,2024

1. Install "python-inflect" package

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

$ sudo apt update $ sudo apt install python-inflect

2. Uninstall "python-inflect" package

This guide let you learn how to uninstall python-inflect on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-inflect
Priority: optional
Section: universe/python
Installed-Size: 209
Maintainer: Ubuntu Developers
Original-Maintainer: Iain R. Learmonth
Architecture: all
Version: 0.2.5-1
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/universe/p/python-inflect/python-inflect_0.2.5-1_all.deb
Size: 47768
MD5sum: e6c704ea98c357b4301db43428eee51b
SHA1: e7a1430a11a1bcc5d6d69ccbbeb78487fe72278a
SHA256: a0e20960730d7cfff5d9487985bce5b9a62e0d0551d28165cfcd1f12a146679f
Description-en: Generate plurals, singular nouns, ordinals, indefinite articles
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 2 version of this module.
Description-md5: 48139e05846676ae3d98954fc9d9bac4
Homepage: https://pypi.python.org/pypi/inflect
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu