How to Install and Uninstall python3-hiera Package on Kali Linux

Last updated: May 22,2024

1. Install "python3-hiera" package

Please follow the guidance below to install python3-hiera on Kali Linux

$ sudo apt update $ sudo apt install python3-hiera

2. Uninstall "python3-hiera" package

Please follow the guidance below to uninstall python3-hiera on Kali Linux:

$ sudo apt remove python3-hiera $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-hiera package on Kali Linux

Package: python3-hiera
Source: hiera-py
Version: 0.0.1+20190629-2
Installed-Size: 29
Maintainer: Carsten Schoenert
Architecture: all
Depends: python3-simplejson, python3:any, hiera
Size: 6412
SHA256: 6199e2eb18fccf8363ef60e148b88eeea6ab6a2356455240343d32492e6267a1
SHA1: c19a3364e0ed4f0c4efca4d10cbad38d974a4316
MD5sum: f9eb5ee2dabbb9e16c4e3128290053c0
Description: Python language bindings for the hiera hierarchical database (Python 3)
Hiera is a key/value lookup tool for configuration data, often used in Puppet
and created and built to make Puppet better and let you set node-specific data
without repeating yourself.
.
Hiera’s hierarchical lookups follow a “defaults, with overrides” pattern,
meaning you specify common data once, and override it in situations where the
default won’t work.
.
The hierarchical data can be organised as JSON, YAML, and EYAML files.
.
This package installs the library for Python 3 of the hiera bindings to work
with formatted hierarchical data.
Description-md5:
Homepage: https://github.com/agx/hiera-py
Section: python
Priority: optional
Filename: pool/main/h/hiera-py/python3-hiera_0.0.1+20190629-2_all.deb