How to Install and Uninstall python3-characteristic Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 04,2024

1. Install "python3-characteristic" package

Learn how to install python3-characteristic on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-characteristic

2. Uninstall "python3-characteristic" package

In this section, we are going to explain the necessary steps to uninstall python3-characteristic on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the python3-characteristic package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-characteristic
Priority: optional
Section: universe/python
Installed-Size: 67
Maintainer: Ubuntu Developers
Original-Maintainer: Matthias Klose
Architecture: all
Source: python-characteristic
Version: 14.3.0-1
Depends: python3:any (>= 3.3.2-2~)
Filename: pool/universe/p/python-characteristic/python3-characteristic_14.3.0-1_all.deb
Size: 13084
MD5sum: 32c3fc3ad17ad28c27a95d893e60de78
SHA1: 3818f49c170fadcfcf57a6bed99278e54ef34649
SHA256: 1927781636a6e5bfb4d9096bc64a4dd7c51f0f15697657206f078b8f2eb9e2f1
Description-en: 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: c20c8f86c243ce162395bf23ff998b3e
Homepage: https://pypi.python.org/pypi/characteristic/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu