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

Last updated: May 08,2024

1. Install "python3-attr" package

Please follow the guidelines below to install python3-attr on Kali Linux

$ sudo apt update $ sudo apt install python3-attr

2. Uninstall "python3-attr" package

This guide let you learn how to uninstall python3-attr on Kali Linux:

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

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

Package: python3-attr
Source: python-attrs
Version: 23.2.0-2
Installed-Size: 254
Maintainer: Debian Python Team
Architecture: all
Depends: python3-importlib-metadata | python3-supported-min (>= 3.8), python3:any
Suggests: python-attr-doc
Size: 65508
SHA256: 17c767e495b6f8cbc526a2dc220628d38c01dc28fdf673e69fd2e85f566c3cbe
SHA1: 8a15b4e4b684205d0d0c5a03a8a98a0f769169f3
MD5sum: 5d2269cc19fa2b8de293228d74a4c389
Description: Attributes without boilerplate (Python 3)
attrs is an MIT-licensed Python package with class decorators that ease the
chores of implementing the most common attribute-related object protocols.
.
You just specify the attributes to work with and attrs gives you:
- a nice human-readable __repr__,
- a complete set of comparison methods,
- an initializer,
- and much more
without writing dull boilerplate code again and again.
.
This package contains attrs packaged for Python 3.
Description-md5:
Homepage: https://attrs.readthedocs.org/
Section: python
Priority: optional
Filename: pool/main/p/python-attrs/python3-attr_23.2.0-2_all.deb