How to Install and Uninstall python3-wrapt Package on Kali Linux

Last updated: May 12,2024

1. Install "python3-wrapt" package

This tutorial shows how to install python3-wrapt on Kali Linux

$ sudo apt update $ sudo apt install python3-wrapt

2. Uninstall "python3-wrapt" package

Please follow the guidance below to uninstall python3-wrapt on Kali Linux:

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

3. Information about the python3-wrapt package on Kali Linux

Package: python3-wrapt
Source: python-wrapt (1.15.0-2)
Version: 1.15.0-2+b1
Installed-Size: 215
Maintainer: Debian OpenStack
Architecture: amd64
Depends: python3 (<< 3.13), python3 (>= 3.11~), python3:any, libc6 (>= 2.4)
Size: 49312
SHA256: ea4a6b02bad0ed34866764a8cd9d562e98c0dbe2fa26afe7c65ab9d785817afa
SHA1: 2c898fbbf54cc4788faf3406342a4c852c127612
MD5sum: c162f19b65c63226f78f7d1ba28be798
Description: 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:
Homepage: https://github.com/GrahamDumpleton/wrapt
Tag: implemented-in::python
Section: python
Priority: optional
Filename: pool/main/p/python-wrapt/python3-wrapt_1.15.0-2+b1_amd64.deb