How to Install and Uninstall ionit Package on Kali Linux

Last updated: May 14,2024

1. Install "ionit" package

Here is a brief guide to show you how to install ionit on Kali Linux

$ sudo apt update $ sudo apt install ionit

2. Uninstall "ionit" package

Please follow the guidance below to uninstall ionit on Kali Linux:

$ sudo apt remove ionit $ sudo apt autoclean && sudo apt autoremove

3. Information about the ionit package on Kali Linux

Package: ionit
Version: 0.5.0-1.1
Installed-Size: 49
Maintainer: Benjamin Drung
Architecture: all
Depends: python3-jinja2, python3-yaml | python3-ruamel.yaml, python3:any
Size: 11716
SHA256: 9ce220b682928d7ac6ca192eb584371148fa3f98839254facdf4462d31d964ab
SHA1: bd3ccd8d193a21fa927817713d92c3d369469cd6
MD5sum: 25bfdbc77164e9735d4b7857b5783d8e
Description: Render configuration files from Jinja templates
ionit is a simple and small configuration templating tool. It collects a
context and renders Jinja templates in a given directory. The context can be
either static JSON or YAML files or dynamic Python files. Python files can also
define functions passed through to the rendering.
.
ionit comes with an early boot one shot service that is executed before the
networking service which allows one to generate configurations files for the
networking and other services before they are started. In this regard, ionit
can act as tiny stepbrother of cloud-init.
Description-md5:
Homepage: https://github.com/bdrung/ionit
Section: utils
Priority: optional
Filename: pool/main/i/ionit/ionit_0.5.0-1.1_all.deb