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

Last updated: May 17,2024

1. Install "python3-typeguard" package

Learn how to install python3-typeguard on Kali Linux

$ sudo apt update $ sudo apt install python3-typeguard

2. Uninstall "python3-typeguard" package

Please follow the guidance below to uninstall python3-typeguard on Kali Linux:

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

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

Package: python3-typeguard
Source: python-typeguard
Version: 4.1.5-1
Installed-Size: 157
Maintainer: Debian Python Team
Architecture: all
Depends: python3-importlib-metadata | python3-supported-min (>= 3.10), python3-typing-extensions | python3-supported-min (>= 3.12), python3:any
Size: 34960
SHA256: db1448a4727e44db37384e653fbfffed26be4a705a7c415953ec7d2d796982c4
SHA1: 99f4cd6d8e319700e7947d4ccd4fb78aa26d11ee
MD5sum: 817dccf4136365e4c516d670e73c4ed3
Description: Run-time type checker for Python
This library provides run-time type checking for functions defined with
argument type annotations. This can be done in one of three ways:
* calling check_argument_types() from within the function body
* decorating the function with @typechecked
* using `with TypeChecker('packagename')`
.
This package installs the library for Python 3.
Description-md5:
Homepage: https://github.com/agronholm/typeguard
Section: python
Priority: optional
Filename: pool/main/p/python-typeguard/python3-typeguard_4.1.5-1_all.deb