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

Last updated: May 06,2024

1. Install "python-os-collect-config" package

This tutorial shows how to install python-os-collect-config on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-os-collect-config

2. Uninstall "python-os-collect-config" package

This tutorial shows how to uninstall python-os-collect-config on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-os-collect-config $ sudo apt autoclean && sudo apt autoremove

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

Package: python-os-collect-config
Priority: optional
Section: universe/python
Installed-Size: 167
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: all
Version: 0.1.15-1
Depends: python-anyjson (>= 0.3.3), python-eventlet (>= 0.13.0), python-iso8601 (>= 0.1.9), python-keystoneclient (>= 1:0.7.0), python-lxml, python-oslo.config (>= 1.1.0), python-pbr (>= 0.6), python-requests (>= 1.1), python-six (>= 1.5.2), python (>= 2.7), python (<< 2.8), python:any (>= 2.7.1-0ubuntu2)
Pre-Depends: dpkg (>= 1.15.6~)
Filename: pool/universe/p/python-os-collect-config/python-os-collect-config_0.1.15-1_all.deb
Size: 25962
MD5sum: e6ef5e6cc71e80f22f58ec77ca2d11c6
SHA1: 5fd1a805084c7deb5c777e76ef69390d89c3b9ae
SHA256: 8302531b38666e3a2c1b6f636d66bd1e67060bb15a66e15ab48ec5c569d4303f
Description-en: collect and cache metadata, run hooks on changes
os-collect-config collects data from defined configuration sources and runs a
defined hook whenever the metadata has changed. You must define what sources
to collect configuration data from in os-collect-config configuration file at
/etc/os-collect-config/sources.ini. These sources will be polled and whenever
any of them changes, default.command will be run. A file will be written to
the cache dir, os_config_files.json, which will be a json list of the file
paths to the current copy of each metadata source. This list will also be set
as a colon separated list in the environment variable OS_CONFIG_FILES for the
command that is run.
Description-md5: b80374112e636224d8f769d9899d8230
Homepage: http://github.com/openstack/os-collect-config
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu

5. The same packages on other Linux Distributions