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

Last updated: May 12,2024

1. Install "python3-wrapt" package

This tutorial shows how to install python3-wrapt on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-wrapt

2. Uninstall "python3-wrapt" package

Please follow the step by step instructions below to uninstall python3-wrapt on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-wrapt
Priority: optional
Section: python
Installed-Size: 115
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: amd64
Source: python-wrapt
Version: 1.8.0-5build2
Depends: python3-six, python3 (<< 3.6), python3 (>= 3.5~), libc6 (>= 2.4)
Pre-Depends: dpkg (>= 1.15.6~)
Filename: pool/main/p/python-wrapt/python3-wrapt_1.8.0-5build2_amd64.deb
Size: 25482
MD5sum: 143b94856f8f9439128be43385425cc0
SHA1: d284a6eecd7cfabee565386913f140fcacf7a392
SHA256: 56442ae8708116daf458e22a7aae9a64da5ab783cb315bb672cb8c6712ef9e0c
Description-en: decorators, wrappers and monkey patching. - Python 3.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 3.x module.
Description-md5: 1a3eaaec5ca5f27019b2bb71093169c4
Homepage: https://github.com/GrahamDumpleton/wrapt
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Supported: 9m