How to Install and Uninstall domain2idna Package on Kali Linux

Last updated: May 20,2024

1. Install "domain2idna" package

Here is a brief guide to show you how to install domain2idna on Kali Linux

$ sudo apt update $ sudo apt install domain2idna

2. Uninstall "domain2idna" package

Learn how to uninstall domain2idna on Kali Linux:

$ sudo apt remove domain2idna $ sudo apt autoclean && sudo apt autoremove

3. Information about the domain2idna package on Kali Linux

Package: domain2idna
Version: 1.10.1-2
Installed-Size: 14
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any, python3-domain2idna
Suggests: python-domain2idna-doc
Size: 3992
SHA256: 38365e23bdf6f5e2438dce50d0d325fdb64fed7d3ea77ea1c366747bdbb9a9d9
SHA1: 2d8895f4aff23ba8512818ae2e6e6b4424045c05
MD5sum: 30c107b35e7353ab82cf8d469c836773
Description: tool to convert domains to IDNA format
This project provides a tool for list or hosts file maintainer that
can converts domain to the Punycode/IDNA format.
.
With domain2idna you can do:
* Read a given domain and convert it to the Punycode/IDNA format.
* Read a given URL and convert its base to Punycode/IDNA format.
* Read a file and convert all non-commented line to the
Punycode/IDNA format.
* Print the converted data on the screen.
* Save into a file the converted data.
* Return the converted data (when used as a module).
* Ignore commented inputs (starts with #).
.
This package provides the executable scripts.
Description-md5:
Homepage: https://github.com/PyFunceble/domain2idna
Section: net
Priority: optional
Filename: pool/main/d/domain2idna/domain2idna_1.10.1-2_all.deb