How to Install and Uninstall python311-itemadapter Package on openSuSE Tumbleweed

Last updated: July 05,2024

1. Install "python311-itemadapter" package

Please follow the instructions below to install python311-itemadapter on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-itemadapter

2. Uninstall "python311-itemadapter" package

Please follow the guidance below to uninstall python311-itemadapter on openSuSE Tumbleweed:

$ sudo zypper remove python311-itemadapter

3. Information about the python311-itemadapter package on openSuSE Tumbleweed

Information for package python311-itemadapter:
----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-itemadapter
Version : 0.8.0-1.4
Arch : x86_64
Vendor : openSUSE
Installed Size : 86.2 KiB
Installed : No
Status : not installed
Source package : python-itemadapter-0.8.0-1.4.src
Upstream URL : https://github.com/scrapy/itemadapter
Summary : Wrapper for data container objects
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.