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

Last updated: October 04,2024

1. Install "python3-itemadapter.noarch" package

Please follow the steps below to install python3-itemadapter.noarch on Fedora 34

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

2. Uninstall "python3-itemadapter.noarch" package

In this section, we are going to explain the necessary steps to uninstall python3-itemadapter.noarch on Fedora 34:

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

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

Last metadata expiration check: 1:12:26 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-itemadapter
Version : 0.2.0
Release : 1.fc34
Architecture : noarch
Size : 22 k
Source : python-itemadapter-0.2.0-1.fc34.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.