How to Install and Uninstall python-wrapt-doc Package on Kali Linux

Last updated: May 19,2024

1. Install "python-wrapt-doc" package

In this section, we are going to explain the necessary steps to install python-wrapt-doc on Kali Linux

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

2. Uninstall "python-wrapt-doc" package

This tutorial shows how to uninstall python-wrapt-doc on Kali Linux:

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

3. Information about the python-wrapt-doc package on Kali Linux

Package: python-wrapt-doc
Source: python-wrapt
Version: 1.15.0-2
Installed-Size: 571
Maintainer: Debian OpenStack
Architecture: all
Depends: libjs-sphinxdoc (>= 5.2), sphinx-rtd-theme-common (>= 1.3.0+dfsg)
Size: 67744
SHA256: 1ecbdcc279ba0ff476de7acd83de68ab24337334c6b6a82ce4f4bd7904649f9d
SHA1: 3f54127a78cfb2387491ba4e2084e442e75781e0
MD5sum: c86adf529c4b9ac9854535afdd5fbcb6
Description: 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:
Homepage: https://github.com/GrahamDumpleton/wrapt
Section: doc
Priority: optional
Filename: pool/main/p/python-wrapt/python-wrapt-doc_1.15.0-2_all.deb