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

Last updated: May 19,2024

1. Install "python3-bonsai" package

Please follow the steps below to install python3-bonsai on Kali Linux

$ sudo apt update $ sudo apt install python3-bonsai

2. Uninstall "python3-bonsai" package

This guide covers the steps necessary to uninstall python3-bonsai on Kali Linux:

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

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

Package: python3-bonsai
Source: python-bonsai (1.5.0+ds-3)
Version: 1.5.0+ds-3+b2
Installed-Size: 404
Maintainer: Debian Python Team
Architecture: amd64
Depends: libc6 (>= 2.34), libgssapi-krb5-2 (>= 1.17), libkrb5-3 (>= 1.10+dfsg~alpha1), libldap-2.5-0 (>= 2.5.4), python3 (<< 3.13), python3 (>= 3.11~), python3:any
Recommends: python3-gevent, python3-tornado
Suggests: python3-bonsai-doc
Size: 86708
SHA256: 29546eef88fcbfd2993947ccc44eb6239c54dd4dfdcd6e969c1988db08edbcce
SHA1: 1ca882243a3e537aae4c9b184209aceb2cd9e5ab
MD5sum: e6e976fde56b7ba5e18602156b980522
Description: Asyncio/gevent/tornado-compatible LDAP library
Bonsai is library for handling LDAP operations in Python. LDAP entries are
mapped to a special Python case-insensitive dictionary, tracking the changes
of the dictionary to modify the entry on the server easily.
.
Supports only Python 3.6 or newer, and LDAPv3.
.
Uses LDAP libraries written in C for faster processing.
.
Simple pythonic design.
.
Implements an own dictionary-like object for mapping LDAP entries that makes
easier to add and modify them.
.
Works with various asynchronous libraries (like asyncio, gevent).
Description-md5:
Homepage: https://github.com/noirello/bonsai
Section: python
Priority: optional
Filename: pool/main/p/python-bonsai/python3-bonsai_1.5.0+ds-3+b2_amd64.deb