How to Install and Uninstall python3-itemloaders.noarch Package on Fedora 35

Last updated: November 27,2024

1. Install "python3-itemloaders.noarch" package

Please follow the guidance below to install python3-itemloaders.noarch on Fedora 35

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

2. Uninstall "python3-itemloaders.noarch" package

Learn how to uninstall python3-itemloaders.noarch on Fedora 35:

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

3. Information about the python3-itemloaders.noarch package on Fedora 35

Last metadata expiration check: 2:18:01 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : python3-itemloaders
Version : 1.0.4
Release : 3.fc35
Architecture : noarch
Size : 25 k
Source : python-itemloaders-1.0.4-3.fc35.src.rpm
Repository : fedora
Summary : Library that helps you collect data from HTML and XML sources.
URL : https://github.com/scrapy/itemloaders
License : BSD
Description :
: itemloaders is a library that helps you collect data from HTML and XML sources.
:
: It comes in handy to extract data from web pages, as it supports data extraction
: using CSS and XPath Selectors.
:
: It's specially useful when you need to standardize the data from many sources.
: For example, it allows you to have all your casting and parsing rules in a
: single place.