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

Last updated: May 18,2024

1. Install "python3-w3lib" package

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

$ sudo apt update $ sudo apt install python3-w3lib

2. Uninstall "python3-w3lib" package

This guide let you learn how to uninstall python3-w3lib on Kali Linux:

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

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

Package: python3-w3lib
Source: python-w3lib
Version: 2.1.2-1.1
Installed-Size: 80
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Size: 19932
SHA256: 507bfa88c470f3e83468f045ab4cae14556deb0e6783a4cc3e9a4bd803e9efc4
SHA1: 0462142ceb0c43a3d0e922699c7164a122c04d06
MD5sum: 2a3237517eee1a9c24a8a952a877a2f7
Description: Collection of web-related functions (Python 3)
Python module with simple, reusable functions to work with URLs, HTML,
forms, and HTTP, that aren’t found in the Python standard library.
.
This module is used to, for example:
- remove comments, or tags from HTML snippets
- extract base url from HTML snippets
- translate entities on HTML strings
- encoding mulitpart/form-data
- convert raw HTTP headers to dicts and vice-versa
- construct HTTP auth header
- RFC-compliant url joining
- sanitize urls (like browsers do)
- extract arguments from urls
.
The code of w3lib was originally part of the Scrapy framework but was later
stripped out of Scrapy, with the aim of make it more reusable and to provide
a useful library of web functions without depending on Scrapy.
.
This is the Python 3 version of the package.
Description-md5:
Homepage: https://github.com/scrapy/w3lib
Section: python
Priority: optional
Filename: pool/main/p/python-w3lib/python3-w3lib_2.1.2-1.1_all.deb