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

Last updated: July 05,2024

1. Install "python311-w3lib" package

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

$ sudo zypper refresh $ sudo zypper install python311-w3lib

2. Uninstall "python311-w3lib" package

This is a short guide on how to uninstall python311-w3lib on openSuSE Tumbleweed:

$ sudo zypper remove python311-w3lib

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

Information for package python311-w3lib:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-w3lib
Version : 2.1.2-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 121.8 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