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

Last updated: October 05,2024

1. Install "python3-lazr.delegates" package

This tutorial shows how to install python3-lazr.delegates on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-lazr.delegates

2. Uninstall "python3-lazr.delegates" package

Please follow the steps below to uninstall python3-lazr.delegates on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python3-lazr.delegates $ sudo apt autoclean && sudo apt autoremove

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

Package: python3-lazr.delegates
Priority: optional
Section: universe/python
Installed-Size: 84
Maintainer: Ubuntu Developers
Original-Maintainer: Barry Warsaw
Architecture: all
Source: lazr.delegates
Version: 2.0.3-1build1
Depends: python3-nose, python3-pkg-resources, python3-zope.interface, python3:any (>= 3.3.2-2~)
Suggests: python-lazr.delegates-doc
Filename: pool/universe/l/lazr.delegates/python3-lazr.delegates_2.0.3-1build1_all.deb
Size: 9240
MD5sum: 758928e9574a53599cde7a91837a740c
SHA1: faa95a2c69213ccfbe5695377f18a60d9171c449
SHA256: a57e6dd02f4256632f09936f8811a0bd15c443c02f42002c19abf5f103445215
Description-en: easily write objects that delegate behavior
The ``lazr.delegates`` package makes it easy to write objects that delegate
behavior to another object. The new object adds some property or behavior on
to the other object, while still providing the underlying interface, and
delegating behavior.
.
This is the Python 3 version.
Description-md5: 95939b0488022b22d38cd87a9051b193
Homepage: https://launchpad.net/lazr.delegates
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu