How to Install and Uninstall python3-typeguard Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 13,2024

1. Install "python3-typeguard" package

Learn how to install python3-typeguard on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install python3-typeguard

2. Uninstall "python3-typeguard" package

Please follow the guidance below to uninstall python3-typeguard on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the python3-typeguard package on Ubuntu 20.10 (Groovy Gorilla)

Package: python3-typeguard
Architecture: all
Version: 2.2.2-1
Priority: optional
Section: universe/python
Source: python-typeguard
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 56
Depends: python3:any
Filename: pool/universe/p/python-typeguard/python3-typeguard_2.2.2-1_all.deb
Size: 13144
MD5sum: 2d492d6840a96e54e0300df10fa34231
SHA1: 40cd89c81f8aba9392022ae2723db3a430aaa1b0
SHA256: a22be3b1ca650d7a0206facd9d3d72b4718b5aada3b9804919e9d05abefa3557
SHA512: a6224ee90ea7f3f0b75c65849b705115065fdb7d086f25fd43e7349605077261ed9ba9a65dc3af1f3e74e6101e7ffa8085311baff255b81f7daa74f0e4640708
Homepage: https://github.com/agronholm/typeguard
Description-en: 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: 40a5f2998d5b68eb092d701af24b4e29