How to Install and Uninstall python3-itemadapter Package on Kali Linux

Last updated: May 21,2024

1. Install "python3-itemadapter" package

This is a short guide on how to install python3-itemadapter on Kali Linux

$ sudo apt update $ sudo apt install python3-itemadapter

2. Uninstall "python3-itemadapter" package

Learn how to uninstall python3-itemadapter on Kali Linux:

$ sudo apt remove python3-itemadapter $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-itemadapter package on Kali Linux

Package: python3-itemadapter
Source: python-itemadapter
Version: 0.8.0-1
Installed-Size: 57
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Size: 12220
SHA256: 1dc088dc9751b0914e094f75f9f9c47aee6800451df7de56eb38739860305697
SHA1: 543061fe9339ee431294a86d850d727a31bf4778
MD5sum: 235c555cfe89b72a8145013f1d9bfa33
Description: Common interface for data container classes (Python 3)
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.
.
Currently supported types are:
* dict
* scrapy.item.Item
* dataclass-based classes
* attrs-based classes
.
This is the Python 3 version of the package.
Description-md5:
Homepage: https://github.com/scrapy/itemadapter
Section: python
Priority: optional
Filename: pool/main/p/python-itemadapter/python3-itemadapter_0.8.0-1_all.deb