How to Install and Uninstall pypy-attr Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 19,2024

1. Install "pypy-attr" package

Learn how to install pypy-attr on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install pypy-attr

2. Uninstall "pypy-attr" package

This guide covers the steps necessary to uninstall pypy-attr on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the pypy-attr package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: pypy-attr
Priority: optional
Section: universe/python
Installed-Size: 53
Maintainer: Ubuntu Developers
Original-Maintainer: Tristan Seligmann
Architecture: all
Source: python-attrs
Version: 15.2.0-1
Depends: pypy
Filename: pool/universe/p/python-attrs/pypy-attr_15.2.0-1_all.deb
Size: 11348
MD5sum: 89a4c10031fe22e27769a7f827f94619
SHA1: cf7600e7cd0cc07d01ce61416d1d6029a4cc1941
SHA256: c5c12d3f5b3a751f58e27613746534113890203da854dc4e5eed76ebdbba39d0
Description-en: Attributes without boilerplate (PyPy)
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 packged for PyPy.
Description-md5: b32d286d93f93268d88dd623e759aa67
Homepage: https://attrs.readthedocs.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu