How to Install and Uninstall python3-w3lib.noarch Package on CentOS Stream 9

Last updated: October 01,2024

1. Install "python3-w3lib.noarch" package

Please follow the steps below to install python3-w3lib.noarch on CentOS Stream 9

$ sudo dnf update $ sudo dnf install python3-w3lib.noarch

2. Uninstall "python3-w3lib.noarch" package

Please follow the guidance below to uninstall python3-w3lib.noarch on CentOS Stream 9:

$ sudo dnf remove python3-w3lib.noarch $ sudo dnf autoremove

3. Information about the python3-w3lib.noarch package on CentOS Stream 9

Last metadata expiration check: 2:51:04 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : python3-w3lib
Version : 2.0.1
Release : 1.el9
Architecture : noarch
Size : 40 k
Source : python-w3lib-2.0.1-1.el9.src.rpm
Repository : epel
Summary : Library of web-related functions
URL : https://github.com/scrapy/w3lib
License : BSD-3-Clause
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