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

Last updated: May 21,2024

1. Install "python3-boolean" package

This guide covers the steps necessary to install python3-boolean on Kali Linux

$ sudo apt update $ sudo apt install python3-boolean

2. Uninstall "python3-boolean" package

Learn how to uninstall python3-boolean on Kali Linux:

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

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

Package: python3-boolean
Source: python-boolean.py
Version: 4.0-4
Installed-Size: 123
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Suggests: python3-boolean-doc
Size: 22588
SHA256: 92a614a3e26aa2927e1b71e2778ba6a34df02395bc076af92105c6618e6282b3
SHA1: 2ab4a8c881585ab9ab9ccf5b8abcae2ebd9b46ff
MD5sum: 9fae1a7d135559c25ee839bddea41391
Description: small library implementing a boolean algebra
It defines two base elements, TRUE and FALSE, and a Symbol class that can take
on one of these two values. Calculations are done in terms of AND, OR and NOT,
other compositions like XOR and NAND are not implemented but can be emulated
with AND or and NOT. Expressions are constructed from parsed strings or in
Python.
Description-md5:
Homepage: https://github.com/bastikr/boolean.py
Section: python
Priority: optional
Filename: pool/main/p/python-boolean.py/python3-boolean_4.0-4_all.deb