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

Last updated: September 20,2024

1. Install "python3-tld" package

Here is a brief guide to show you how to install python3-tld on Kali Linux

$ sudo apt update $ sudo apt install python3-tld

2. Uninstall "python3-tld" package

Please follow the step by step instructions below to uninstall python3-tld on Kali Linux:

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

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

Package: python3-tld
Source: python-tld
Version: 0.11.11-4
Installed-Size: 99
Maintainer: Debian Python Team
Architecture: all
Depends: python3-six | python3 (>> 3.6), python3:any, publicsuffix
Suggests: python-tld-doc
Size: 19476
SHA256: a61be9fd76a86d870865a77f0e99f7afad785188bfaa27ffe51d36bf432d5b43
SHA1: d7a11d826fcf9ced60980cbb378379923dd6c3fa
MD5sum: 606e65704dc3746995143a766489eafb
Description: Extract the top level domain (TLD) from a given URL (Python 3)
This package contains a module which extracts the top level domain (TLD) from
the given URL. The list of TLD names is taken from Mozilla.
.
It can optionally raises exceptions on non-existing TLDs or silently fails (if
fail_silently argument is set to True).
.
This package installs the library for Python 3.
Description-md5:
Homepage: https://github.com/barseghyanartur/tld
Section: python
Priority: optional
Filename: pool/main/p/python-tld/python3-tld_0.11.11-4_all.deb