How to Install and Uninstall python-attr-doc Package on Kali Linux

Last updated: May 19,2024

1. Install "python-attr-doc" package

Please follow the steps below to install python-attr-doc on Kali Linux

$ sudo apt update $ sudo apt install python-attr-doc

2. Uninstall "python-attr-doc" package

This tutorial shows how to uninstall python-attr-doc on Kali Linux:

$ sudo apt remove python-attr-doc $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-attr-doc package on Kali Linux

Package: python-attr-doc
Source: python-attrs
Version: 23.2.0-2
Installed-Size: 1868
Maintainer: Debian Python Team
Architecture: all
Depends: libjs-sphinxdoc (>= 7.2.2)
Recommends: python3-doc
Size: 756900
SHA256: 0dd84f24fdf89aebde5a5cfa4e2199e10ec49123b96c4ae664a814707eddd99b
SHA1: 749c92eea042ce02e8dec40fc3dcaa06e3c6e2f0
MD5sum: 90b80401c55bd4a2798d96596b76f583
Description: documentation for the attrs Python library
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 provides documentation for attrs.
Description-md5:
Multi-Arch: foreign
Homepage: https://attrs.readthedocs.org/
Section: doc
Priority: optional
Filename: pool/main/p/python-attrs/python-attr-doc_23.2.0-2_all.deb