How to Install and Uninstall python3-url-normalize Package on Kali Linux

Last updated: May 18,2024

1. Install "python3-url-normalize" package

This is a short guide on how to install python3-url-normalize on Kali Linux

$ sudo apt update $ sudo apt install python3-url-normalize

2. Uninstall "python3-url-normalize" package

This tutorial shows how to uninstall python3-url-normalize on Kali Linux:

$ sudo apt remove python3-url-normalize $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-url-normalize package on Kali Linux

Package: python3-url-normalize
Source: url-normalize
Version: 1.4.3-3
Installed-Size: 37
Maintainer: Sandro Tosi
Architecture: all
Depends: python3-six, python3:any
Size: 7056
SHA256: 05f79ecc211df5dd5856bdccc8ec270a7322472b3c790e4ff5c0b32439a72cde
SHA1: 45836ceaf30a44a6170093d4368e58da21c84f0e
MD5sum: d6cff4eb3b5ee14d2c8f7b829d0043b5
Description: URL normalization for Python
URI Normalization function:
.
* Take care of IDN domains.
* Always provide the URI scheme in lowercase characters.
* Always provide the host, if any, in lowercase characters.
* Only perform percent-encoding where it is essential.
* Always use uppercase A-through-F characters when percent-encoding.
* Prevent dot-segments appearing in non-relative URI paths.
* For schemes that define a default authority, use an empty authority if the
default is desired.
* For schemes that define an empty path to be equivalent to a path of "/", use
"/".
* For schemes that define a port, use an empty port if the default is desired
* All portions of the URI must be utf-8 encoded NFC from Unicode strings
Description-md5:
Homepage: https://github.com/niksite/url-normalize
Section: python
Priority: optional
Filename: pool/main/u/url-normalize/python3-url-normalize_1.4.3-3_all.deb