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

Last updated: May 21,2024

1. Install "python-wrapt-doc" package

Please follow the guidance below to install python-wrapt-doc on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python-wrapt-doc

2. Uninstall "python-wrapt-doc" package

Please follow the steps below to uninstall python-wrapt-doc on Ubuntu 21.10 (Impish Indri):

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

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

Package: python-wrapt-doc
Architecture: all
Version: 1.12.1-4build2
Priority: optional
Section: doc
Source: python-wrapt
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian OpenStack
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 518
Depends: libjs-sphinxdoc (>= 2.4.3-5~), sphinx-rtd-theme-common (>= 0.5.1+dfsg)
Filename: pool/main/p/python-wrapt/python-wrapt-doc_1.12.1-4build2_all.deb
Size: 53420
MD5sum: 9c87427ce6f2a0ec26c19620802af251
SHA1: 3e2f5cddd879be5c289fc590e387ec1f7ae856f0
SHA256: 1b9383a1bb2a355b5db94eb301c342e376389b9e9e56262d5766f7264928b777
SHA512: be705626ee32e9803370ad6c6931ba3a78ca1b4fb5829c0cfd954311372e4b32f4129fb707817d48722ce8afdd97264b76473375ee9331d0c5b217a0ff152db0
Homepage: https://github.com/GrahamDumpleton/wrapt
Description-en: decorators, wrappers and monkey patching. - doc
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 documentation.
Description-md5: 1a267afe6a30630c7bf1337b5f2d378e