How to Install and Uninstall python3-wrapt Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 12,2024

1. Install "python3-wrapt" package

Please follow the steps below to install python3-wrapt on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install python3-wrapt

2. Uninstall "python3-wrapt" package

Here is a brief guide to show you how to uninstall python3-wrapt on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the python3-wrapt package on Ubuntu 20.10 (Groovy Gorilla)

Package: python3-wrapt
Architecture: amd64
Version: 1.11.2-2build1
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.9), python3 (>= 3.8~), python3:any, libc6 (>= 2.4)
Filename: pool/main/p/python-wrapt/python3-wrapt_1.11.2-2build1_amd64.deb
Size: 30620
MD5sum: 1305390755bad38f62de96a1f97feb9b
SHA1: 13224aaf951a2dd78a15b7b3efe2a86122c49145
SHA256: c13ed3e70288aad860f5026798746f67e3e0d8cac6dedd69aa6a65ef34692a13
SHA512: 9690dab8356331fb2bda2363a7f21d3e59a2a5cb15f2633fa1162ad5c173d9b69ae114c604637dc6ef5048344efd0ea68033d25d6f322169aa971f1147e8739d
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