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

Last updated: September 21,2024

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

This guide covers the steps necessary to install python3-os-apply-config on Kali Linux

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

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

This is a short guide on how to uninstall python3-os-apply-config on Kali Linux:

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

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

Package: python3-os-apply-config
Source: python-os-apply-config
Version: 13.1.0-2
Installed-Size: 108
Maintainer: Debian OpenStack
Architecture: all
Replaces: python-os-apply-config
Depends: python3-pbr, python3-pystache, python3-yaml, python3:any
Breaks: python-os-apply-config
Size: 16388
SHA256: 05a2a346e750a3d0bbe9e2b84afc6f7fc12c9fa77fb4389c81d5c90bd1d09ebe
SHA1: 1a004e80b82c317d184eeee1c0627bddfb25246e
MD5sum: 5cc71bc9af2701150d18dfe4a588d5bb
Description: Creates config files out of cloud metadata
os-apply-config apply configuration out of the cloud metadata (JSON) that it
receives from a metadata server.
.
It turns metadata from one or more JSON files like this:
.
{"keystone":
{"database":
{"host": "127.0.0.1", "user": "keystone", "password": "foobar"}
}
}
.
into service config files like this:
.
[sql]
connection = mysql://keystone:[email protected]/keystone
Description-md5:
Homepage: https://github.com/openstack/os-apply-config
Section: python
Priority: optional
Filename: pool/main/p/python-os-apply-config/python3-os-apply-config_13.1.0-2_all.deb