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

Last updated: May 20,2024

1. Install "python3-idna" package

Please follow the step by step instructions below to install python3-idna on Kali Linux

$ sudo apt update $ sudo apt install python3-idna

2. Uninstall "python3-idna" package

Learn how to uninstall python3-idna on Kali Linux:

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

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

Package: python3-idna
Source: python-idna
Version: 3.6-2
Installed-Size: 302
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Size: 37012
SHA256: d90591b01fa4d5f80e5339ddc965472af26acaca0373b94999c62ebcac340a7a
SHA1: a708ca7bf3fbc444633093873ca44827647f8fa3
MD5sum: 302da5be47054b7a1a6a04b2744dbaaa
Description: Python IDNA2008 (RFC 5891) handling (Python 3)
A library to support the Internationalised Domain Names in Applications (IDNA)
protocol as specified in RFC 5891. This version of the protocol is often
referred to as “IDNA2008” and can produce different results from the earlier
standard from 2003.
.
The library is also intended to act as a suitable drop-in replacement for the
“encodings.idna” module that comes with the Python standard library but
currently only supports the older 2003 specification.
.
This package contains the module for Python 3.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/kjd/idna
Section: python
Priority: optional
Filename: pool/main/p/python-idna/python3-idna_3.6-2_all.deb