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

Last updated: May 07,2024

1. Install "python3-positional" package

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

$ sudo apt update $ sudo apt install python3-positional

2. Uninstall "python3-positional" package

Learn how to uninstall python3-positional on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-positional
Priority: optional
Section: universe/python
Installed-Size: 32
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: all
Source: python-positional
Version: 1.0.1-2
Depends: python3-pbr (>= 1.8), python3:any (>= 3.3.2-2~)
Suggests: python-positional-doc
Filename: pool/universe/p/python-positional/python3-positional_1.0.1-2_all.deb
Size: 5784
MD5sum: 0ca52ebb19b6a308212ebd5863183aaa
SHA1: a1a1e6f84945a05a4bcd188bb4e68f87a256afae
SHA256: 972938872085d5413aaca7cac92dc69fecd10f9f6bab62c8e7993a70475fa3ff
Description-en: Library to enforce positional or key-word arguments - Python 3.x
The Positional Python module provides a decorator which enforces only some
args may be passed positionally. The idea and some of the code was taken from
the oauth2 client of the google-api client. The decorator makes it easy to
support Python 3 style key-word only parameters.
.
This package contains the Python 3.x module.
Description-md5: 2b5628aadd8289bb48cbccbb0f80c467
Homepage: https://github.com/morganfainberg/positional
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu