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

Last updated: January 13,2025

1. Install "python3-itemloaders.noarch" package

Learn how to install python3-itemloaders.noarch on Fedora 39

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

2. Uninstall "python3-itemloaders.noarch" package

This guide covers the steps necessary to uninstall python3-itemloaders.noarch on Fedora 39:

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

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

Last metadata expiration check: 4:06:58 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : python3-itemloaders
Version : 1.0.4
Release : 9.fc39
Architecture : noarch
Size : 32 k
Source : python-itemloaders-1.0.4-9.fc39.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.