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

Last updated: October 06,2024

1. Install "python-wrapt" package

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

$ sudo apt update $ sudo apt install python-wrapt

2. Uninstall "python-wrapt" package

Here is a brief guide to show you how to uninstall python-wrapt on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-wrapt
Priority: optional
Section: python
Installed-Size: 115
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: amd64
Version: 1.8.0-5build2
Depends: python-six, python (>= 2.7), python (<< 2.8), libc6 (>= 2.4)
Pre-Depends: dpkg (>= 1.15.6~)
Filename: pool/main/p/python-wrapt/python-wrapt_1.8.0-5build2_amd64.deb
Size: 25456
MD5sum: 5256fe277ce0d7f35d0346d245c8aa58
SHA1: b44885ab9cfc847bb5067df16827ba76cf782bf5
SHA256: 87da25a1930e4cf8e26984da3e109e193fb405ae8e6985f7c078e8f04d9d2e1f
Description-en: decorators, wrappers and monkey patching. - Python 2.x
The aim of the wrapt module is to provide a transparent object proxy for
Python, which can be used as the basis for the construction of function
wrappers and decorator functions.
.
The wrapt module focuses very much on correctness. It therefore goes way
beyond existing mechanisms such as functools.wraps() to ensure that decorators
preserve introspectability, signatures, type checking abilities etc. The
decorators that can be constructed using this module will work in far more
scenarios than typical decorators and provide more predictable and consistent
behaviour.
.
To ensure that the overhead is as minimal as possible, a C extension module is
used for performance critical components. An automatic fallback to a pure
Python implementation is also provided where a target system does not have a
compiler to allow the C extension to be compiled.
.
This package contains the Python 2.x module.
Description-md5: d7d0c053480017dc9e03492ae31b14be
Homepage: https://github.com/GrahamDumpleton/wrapt
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Supported: 5y