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

Last updated: May 07,2024

1. Install "python-lazr.enum" package

This guide covers the steps necessary to install python-lazr.enum on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-lazr.enum

2. Uninstall "python-lazr.enum" package

Please follow the guidance below to uninstall python-lazr.enum on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-lazr.enum $ sudo apt autoclean && sudo apt autoremove

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

Package: python-lazr.enum
Priority: extra
Section: universe/python
Installed-Size: 144
Maintainer: Ubuntu Developers
Architecture: all
Source: lazr.enum
Version: 1.1.4-0ubuntu2
Depends: python (>= 2.7.1-0ubuntu2), python (<< 2.8), python-pkg-resources, python-zope.interface, python-zope.schema
Filename: pool/universe/l/lazr.enum/python-lazr.enum_1.1.4-0ubuntu2_all.deb
Size: 17276
MD5sum: f8bc7d344a52131ab50308bb3dd33a1b
SHA1: a22bebac836b6425d17adf93be26365c645cc2c6
SHA256: 4e0f2dfdc1baf14a56363cd629c1aff04f03e930cef5b79238282e1365eccd34
Description-en: Enums with zope.schema vocabulary support and database-friendly conveniences
Enumerated types are used primarily in two distinct places in the
Launchpad code: selector types; and database types.
.
Simple enumerated types do not have values, whereas database
enumerated types are a mapping from an integer value to something
meaningful in the code.
Description-md5: 9ee9083184ebeaca902667a30da9e7b5
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu