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

Last updated: May 05,2024

1. Install "python3-characteristic" package

Learn how to install python3-characteristic on Kali Linux

$ sudo apt update $ sudo apt install python3-characteristic

2. Uninstall "python3-characteristic" package

Learn how to uninstall python3-characteristic on Kali Linux:

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

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

Package: python3-characteristic
Source: python-characteristic
Version: 14.3.0-7
Installed-Size: 68
Maintainer: Debian QA Group
Architecture: all
Depends: python3:any
Size: 14768
SHA256: 3b0ec0daf57b167c9763b0ad0b63b355dcee7d650bc081f83d02606085e57af8
SHA1: 1c3cfa5f40f50f2b7dec3367116d8b1615712190
MD5sum: a4481db3a89f725e723967fd0405114f
Description: helper for implementing attribute-related object protocols (Python 3)
characteristic is 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 characteristic gives you:
.
- a nice human-readable __repr__,
- a complete set of comparison methods,
- and a kwargs-based initializer (that cooperates with your existing one)
.
without writing dull boilerplate code again and again.
Description-md5:
Homepage: https://pypi.python.org/pypi/characteristic/
Section: python
Priority: optional
Filename: pool/main/p/python-characteristic/python3-characteristic_14.3.0-7_all.deb