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

Last updated: September 23,2024

1. Install "python3-itemadapter.noarch" package

This tutorial shows how to install python3-itemadapter.noarch on Fedora 35

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

2. Uninstall "python3-itemadapter.noarch" package

This guide covers the steps necessary to uninstall python3-itemadapter.noarch on Fedora 35:

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

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

Last metadata expiration check: 3:50:49 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : python3-itemadapter
Version : 0.4.0
Release : 1.fc35
Architecture : noarch
Size : 23 k
Source : python-itemadapter-0.4.0-1.fc35.src.rpm
Repository : updates
Summary : The ItemAdapter class is a wrapper for data container object
URL : https://github.com/scrapy/itemadapter
License : BSD
Description :
: The ItemAdapter class is a wrapper for data container objects,
: providing a common interface to handle objects of different
: types in an uniform manner, regardless of their underlying implementation.