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

Last updated: October 05,2024

1. Install "python3-itemloaders.noarch" package

This is a short guide on how to install python3-itemloaders.noarch on Fedora 34

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

2. Uninstall "python3-itemloaders.noarch" package

Please follow the step by step instructions below to uninstall python3-itemloaders.noarch on Fedora 34:

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

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

Last metadata expiration check: 2:59:18 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-itemloaders
Version : 1.0.4
Release : 1.fc34
Architecture : noarch
Size : 25 k
Source : python-itemloaders-1.0.4-1.fc34.src.rpm
Repository : updates
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.