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

Last updated: September 20,2024

1. Install "python3-typechecks" package

Here is a brief guide to show you how to install python3-typechecks on Kali Linux

$ sudo apt update $ sudo apt install python3-typechecks

2. Uninstall "python3-typechecks" package

Learn how to uninstall python3-typechecks on Kali Linux:

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

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

Package: python3-typechecks
Source: python-typechecks
Version: 0.1.0+ds-3
Installed-Size: 23
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Size: 4484
SHA256: 46cbd1964ada1ea80475e347100e934d043e3c90376387a1f23b84754cba8a5b
SHA1: 0f88d38d213ba20aca1bd825f793c63b213a4a09
MD5sum: 436315459360e25f406038911612accf
Description: express constraints on types
Variables in Python are just that - variable. Sometimes
though you want to make sure that a variable is of a
particular type, like an integer, a string or a something
to iterate (loop) through.
.
To express such constraints on the type that a variable
may have in the code, such that the program can react
to it at runtime, this small modules provides a set of
routines.
Description-md5:
Homepage: https://github.com/openvax/typechecks
Section: python
Priority: optional
Filename: pool/main/p/python-typechecks/python3-typechecks_0.1.0+ds-3_all.deb