How to Install and Uninstall python312-w3lib Package on openSuSE Tumbleweed

Last updated: October 05,2024

1. Install "python312-w3lib" package

Please follow the step by step instructions below to install python312-w3lib on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-w3lib

2. Uninstall "python312-w3lib" package

Learn how to uninstall python312-w3lib on openSuSE Tumbleweed:

$ sudo zypper remove python312-w3lib

3. Information about the python312-w3lib package on openSuSE Tumbleweed

Information for package python312-w3lib:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-w3lib
Version : 2.1.2-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 115.1 KiB
Installed : No
Status : not installed
Source package : python-w3lib-2.1.2-1.4.src
Upstream URL : https://github.com/scrapy/w3lib
Summary : Library of Web-Related Functions
Description :
This is a Python library of web-related functions, such as:
* remove comments, or tags from HTML snippets
* extract base url from HTML snippets
* translate entites on HTML strings
* encoding mulitpart/form-data
* convert raw HTTP headers to dicts and vice-versa
* construct HTTP auth header
* converting HTML pages to unicode
* RFC-compliant url joining
* sanitize urls (like browsers do)
* extract arguments from urls