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

Last updated: May 19,2024

1. Install "hiera-eyaml" package

In this section, we are going to explain the necessary steps to install hiera-eyaml on Kali Linux

$ sudo apt update $ sudo apt install hiera-eyaml

2. Uninstall "hiera-eyaml" package

Please follow the step by step instructions below to uninstall hiera-eyaml on Kali Linux:

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

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

Package: hiera-eyaml
Version: 3.3.0-1
Installed-Size: 125
Maintainer: Debian Ruby Team
Architecture: all
Depends: ruby, ruby-optimist, ruby-highline
Recommends: sensible-utils
Size: 28720
SHA256: d527a11e3448ab506db3e2eed9c3d5e26b470217dbfc2cd0811dc27a8b2fd7ff
SHA1: f92a22270504e164a27be83205838989c396e9c2
MD5sum: 79ded9de85e2ca3653838b7390451d3c
Description: OpenSSL Encryption backend for Hiera
A backend for Hiera that provides per-value encryption of sensitive
data within yaml files to be used by Puppet.
.
Only the values are encrypted, allowing files to be swiftly reviewed
without decryption.
.
The value of each key is encrypted individually, which means that
"git diff" is meaningful.
.
Includes a command line tool for encrypting, decrypting, editing and
rotating keys. This makes it almost as easy as using clear text
files.
.
Basic asymmetric encryption (PKCS#7) is used by default. This does
not require any native libraries to be compiled, and it allows users
without the private key to encrypt values that the puppet master can
decrypt
.
hiera-eyaml includes a pluggable encryption framework (e.g. GPG
encryption (hiera-eyaml-gpg) can be used if you have the need for
multiple keys and easier key rotation)
Description-md5:
Homepage: https://github.com/voxpupuli/hiera-eyaml
Ruby-Versions: all
Section: ruby
Priority: optional
Filename: pool/main/h/hiera-eyaml/hiera-eyaml_3.3.0-1_all.deb