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

Last updated: May 08,2024

1. Install "python3-xattr" package

Please follow the instructions below to install python3-xattr on Kali Linux

$ sudo apt update $ sudo apt install python3-xattr

2. Uninstall "python3-xattr" package

Please follow the guidelines below to uninstall python3-xattr on Kali Linux:

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

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

Package: python3-xattr
Source: python-xattr
Version: 0.10.1-1
Installed-Size: 70
Maintainer: Federico Ceratto
Architecture: amd64
Provides: python3-pyxattr
Depends: python3 (>= 3~), python3-cffi-backend-api-min (<= 9729), python3-cffi-backend-api-max (>= 9729), python3:any, libc6 (>= 2.4)
Conflicts: python3-pyxattr
Size: 16180
SHA256: 24d162803ee1d86341c2770bdc91719d89580a7c3a068e1477d866a9685f17c3
SHA1: 74e321d90b4daecda945331ad47820ad2a6f92df
MD5sum: 9a9fb7e8235db36e34fe656a31209ea6
Description: module for manipulating filesystem extended attributes - Python 3
This module allows manipulation of the filesystem extended attributes present
in some operating systems (GNU/Linux included). It is compatible to
python-pyxattr but also provides a dictionary like interfaces for manipulating
these attributes.
.
This package contains the Python 3.x module.
Description-md5:
Homepage: https://github.com/xattr/xattr
Section: python
Priority: optional
Filename: pool/main/p/python-xattr/python3-xattr_0.10.1-1_amd64.deb