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

Last updated: July 01,2024

1. Install "python3-beartype" package

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

$ sudo apt update $ sudo apt install python3-beartype

2. Uninstall "python3-beartype" package

Learn how to uninstall python3-beartype on Kali Linux:

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

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

Package: python3-beartype
Source: python-beartype
Version: 0.17.0-2
Installed-Size: 3030
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Size: 469408
SHA256: fb58880c61784233cdd779504b187d8c6831520b6ce86160153699745a5d9b72
SHA1: de21da215b0a72bafbe844a67997b3c13f695461
MD5sum: 85a7a72f981d557b2ff00a50665e263e
Description: Unbearably fast runtime type checking in pure Python
Beartype is an open-source pure-Python PEP-compliant near-real-time
hybrid runtime-static third-generation type checker emphasizing
efficiency, usability, unsubstantiated made up jargon and thrilling puns.
.
Beartype brings Rust- and C++-inspired zero-cost abstractions into the
lawless world of dynamically-typed Python by enforcing type safety at the
granular level of functions and methods against type hints standardized by
the Python community in non-amortized worst-case time with negligible
constant factors.
Description-md5:
Homepage: https://beartype.readthedocs.io
Section: python
Priority: optional
Filename: pool/main/p/python-beartype/python3-beartype_0.17.0-2_all.deb

5. The same packages on other Linux Distributions