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

Last updated: May 17,2024

1. Install "python3-tldextract" package

Please follow the guidelines below to install python3-tldextract on Kali Linux

$ sudo apt update $ sudo apt install python3-tldextract

2. Uninstall "python3-tldextract" package

This guide covers the steps necessary to uninstall python3-tldextract on Kali Linux:

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

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

Package: python3-tldextract
Source: tldextract
Version: 3.1.2-2
Installed-Size: 277
Maintainer: Ana Custura
Architecture: all
Depends: python3-filelock, python3-idna, python3-requests, python3-requests-file, python3:any
Recommends: publicsuffix
Size: 78128
SHA256: d584dcf209f261fa73a74ccba4576bcbdbec6d5f3e78141e5ef550b3a9888b32
SHA1: 7f7af48dcc36ecd656a77d9eddab3237874a8c0d
MD5sum: 76beec4b4bf3725faf5d253ce1cc411f
Description: Python library for separating TLDs
tldextract accurately separates the gTLD or ccTLD (generic or country code
top-level domain) from the registered domain and subdomains of a URL. By
default, this package supports the public ICANN TLDs and their exceptions,
with optional support for the Public Suffix List's private domains as well.
.
This package installs the library for Python 3.
Description-md5:
Homepage: https://github.com/john-kurkowski/tldextract
Section: python
Priority: optional
Filename: pool/main/t/tldextract/python3-tldextract_3.1.2-2_all.deb