How to Install and Uninstall python3-os-collect-config Package on Kali Linux

Last updated: May 18,2024

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

Here is a brief guide to show you how to install python3-os-collect-config on Kali Linux

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

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

In this section, we are going to explain the necessary steps to uninstall python3-os-collect-config on Kali Linux:

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

3. Information about the python3-os-collect-config package on Kali Linux

Package: python3-os-collect-config
Source: python-os-collect-config
Version: 13.1.0-2
Installed-Size: 187
Maintainer: Debian OpenStack
Architecture: all
Replaces: python-os-collect-config
Depends: locales-all, python3-dogpile.cache, python3-heatclient, python3-keystoneclient, python3-lxml, python3-oslo.config, python3-oslo.log, python3-pbr, python3-requests, python3-zaqarclient, python3:any
Breaks: python-os-collect-config
Size: 27216
SHA256: 6b3cbb5a80a6a0372a67c33d677bb2cf2e35c47eca7cbf49c4d082b31c942e5d
SHA1: bb35f8a0556683d2ba63f2453c072ec1f3d1c73a
MD5sum: b8071b0182a61fa7c6beab9523612376
Description: 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:
Homepage: https://github.com/openstack/os-collect-config
Section: python
Priority: optional
Filename: pool/main/p/python-os-collect-config/python3-os-collect-config_13.1.0-2_all.deb