How to Install and Uninstall python3-wrapt Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 11,2024

1. Install "python3-wrapt" package

Please follow the step by step instructions below to install python3-wrapt on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python3-wrapt

2. Uninstall "python3-wrapt" package

This tutorial shows how to uninstall python3-wrapt on Ubuntu 21.10 (Impish Indri):

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

3. Information about the python3-wrapt package on Ubuntu 21.10 (Impish Indri)

Package: python3-wrapt
Architecture: amd64
Version: 1.12.1-4build2
Priority: optional
Section: python
Source: python-wrapt
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian OpenStack
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 140
Depends: python3-six, python3 (<< 3.10), python3 (>= 3.9~), python3:any, libc6 (>= 2.4)
Filename: pool/main/p/python-wrapt/python3-wrapt_1.12.1-4build2_amd64.deb
Size: 32746
MD5sum: 8cacda5616bf4f7169dbda3887837612
SHA1: b71662677bd31b91705991eafcac259d24d6e7cd
SHA256: de7f34c3b8b9f2ce420f8c9c7b748713d704f3a07490cc6961d24dcbfa5bc589
SHA512: b8e1314a3a64586c5ebe399eacec27353e9d2ac2cb5e50fecc0f9304c0ecd3658c4e845f25bd8f9b83d1b2230c54891b7fa0dddf2cdf43effa12143e45e5d5c3
Homepage: https://github.com/GrahamDumpleton/wrapt
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