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

Last updated: May 09,2024

1. Install "python3-itypes" package

Please follow the guidance below to install python3-itypes on Kali Linux

$ sudo apt update $ sudo apt install python3-itypes

2. Uninstall "python3-itypes" package

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

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

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

Package: python3-itypes
Source: itypes
Version: 1.2.0-1
Installed-Size: 28
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Size: 6180
SHA256: 641c65a736570d381d0baca05e7f27e399008c8c6831f25512c9ec5961f48fc7
SHA1: 9a2533758dbeba4b140aff47b975259193afc556
MD5sum: d10187fb7abac28dd3b92a32a5468336
Description: Python3 basic immutable containers types library
This package provides basic immutable container types for Python.
.
The classic use case of these is in circumstances where it may result in more
comprehensible code, or when one wants to create custom types with restricted,
immutable interfaces.
.
This package contains the python3 version of the library.
Description-md5:
Homepage: https://github.com/tomchristie/itypes
Section: python
Priority: optional
Filename: pool/main/i/itypes/python3-itypes_1.2.0-1_all.deb