How to Install and Uninstall python3-lazr.delegates Package on Kali Linux

Last updated: May 18,2024

1. Install "python3-lazr.delegates" package

This tutorial shows how to install python3-lazr.delegates on Kali Linux

$ sudo apt update $ sudo apt install python3-lazr.delegates

2. Uninstall "python3-lazr.delegates" package

This tutorial shows how to uninstall python3-lazr.delegates on Kali Linux:

$ sudo apt remove python3-lazr.delegates $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-lazr.delegates package on Kali Linux

Package: python3-lazr.delegates
Source: lazr.delegates
Version: 2.1.0-1
Installed-Size: 56
Maintainer: Debian Python Team
Architecture: all
Depends: python3-importlib-metadata | python3 (>> 3.8), python3-pkg-resources, python3-zope.interface, python3:any
Suggests: python-lazr.delegates-doc
Size: 11492
SHA256: ff59b38a8052ca5c30d2a9dbda95e5df8b2eb43f9257955b7875842a3f170ed7
SHA1: 260fe86099aefa6d60d979792a04066d964b1551
MD5sum: 1c06134b585c469f0a04098a5055881a
Description: easily write objects that delegate behavior
The ``lazr.delegates`` package makes it easy to write objects that delegate
behavior to another object. The new object adds some property or behavior on
to the other object, while still providing the underlying interface, and
delegating behavior.
.
This is the Python 3 version.
Description-md5:
Homepage: https://launchpad.net/lazr.delegates
Section: python
Priority: optional
Filename: pool/main/l/lazr.delegates/python3-lazr.delegates_2.1.0-1_all.deb