How to Install and Uninstall python3-w3lib.noarch Package on Fedora 36

Last updated: May 21,2024

1. Install "python3-w3lib.noarch" package

In this section, we are going to explain the necessary steps to install python3-w3lib.noarch on Fedora 36

$ 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 Fedora 36:

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

3. Information about the python3-w3lib.noarch package on Fedora 36

Last metadata expiration check: 1:48:48 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : python3-w3lib
Version : 1.17.0
Release : 19.fc36
Architecture : noarch
Size : 39 k
Source : python-w3lib-1.17.0-19.fc36.src.rpm
Repository : fedora
Summary : Library of web-related functions
URL : https://github.com/scrapy/w3lib
License : BSD
Description : This is a Python3 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