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

Last updated: May 22,2024

1. Install "python-characteristic" package

Here is a brief guide to show you how to install python-characteristic on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-characteristic

2. Uninstall "python-characteristic" package

This guide let you learn how to uninstall python-characteristic on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-characteristic
Priority: optional
Section: universe/python
Installed-Size: 67
Maintainer: Ubuntu Developers
Original-Maintainer: Matthias Klose
Architecture: all
Version: 14.3.0-1
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/universe/p/python-characteristic/python-characteristic_14.3.0-1_all.deb
Size: 13016
MD5sum: 58145938bfd780928cf319bc945208a1
SHA1: 32bc96bec35ead845bbd3428c2c12e833eb5759c
SHA256: ad1ea29fa5fd6c605778af1da20588e96b7ba660c3d74c23cee2f82e4cf6e877
Description-en: helper for implementing attribute-related object protocols (Python 2)
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: 2513e95ad42508b972e908c532dced7f
Homepage: https://pypi.python.org/pypi/characteristic/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu