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

Last updated: May 19,2024

1. Install "python-lazr.config" package

In this section, we are going to explain the necessary steps to install python-lazr.config on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "python-lazr.config" package

This guide covers the steps necessary to uninstall python-lazr.config on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-lazr.config
Priority: optional
Section: universe/python
Installed-Size: 164
Maintainer: Ubuntu Developers
Original-Maintainer: Barry Warsaw
Architecture: all
Source: lazr.config
Version: 2.1-1build1
Depends: python-lazr.delegates, python-nose, python-pkg-resources, python-zope.interface, python:any (<< 2.8), python:any (>= 2.7.5-5~)
Suggests: python-lazr.config-doc
Filename: pool/universe/l/lazr.config/python-lazr.config_2.1-1build1_all.deb
Size: 24488
MD5sum: 0df8746182f92f564d4cea5d8f260c36
SHA1: d6caa7f70120a279be6e410319e93e17704f694e
SHA256: 00f55142aad48237feae1c4c8f52c4befa16451a6640a750b00ade16615579c3
Description-en: ini-file format handling supporting schemas and inheritance
The LAZR config system is typically used to manage process configuration.
Process configuration is for saying how things change when we run systems on
different machines, or under different circumstances.
.
This system uses ini-like file format of section, keys, and values. The
config file supports inheritance to minimize duplication of information across
files. The format supports schema validation.
.
This is the Python 2 version.
Description-md5: 20aee0be0d8c1d14c783f15fb2cdb43b
Homepage: https://launchpad.net/lazr.config
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu