How to Install and Uninstall hiera-eyaml Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 19,2024

1. Install "hiera-eyaml" package

This tutorial shows how to install hiera-eyaml on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install hiera-eyaml

2. Uninstall "hiera-eyaml" package

This tutorial shows how to uninstall hiera-eyaml on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the hiera-eyaml package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: hiera-eyaml
Priority: optional
Section: universe/ruby
Installed-Size: 145
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Ruby Extras Maintainers
Architecture: all
Version: 2.0.8-1
Depends: ruby | ruby-interpreter, hiera, ruby-trollop (>= 2.0), ruby-highline (>= 1.6.19)
Filename: pool/universe/h/hiera-eyaml/hiera-eyaml_2.0.8-1_all.deb
Size: 17918
MD5sum: 635854bfa63fefd0bfa8600f9f35c2c6
SHA1: 3a73eb8e4c01b9de6b0e6f5cdb20fe13af6289f7
SHA256: c0209c4d02dc594bae13ad79e2d5218f594109d1c339ed292289b1a497b811aa
Description-en: 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: d41e6c6236c21703a91b523a6ae42cf1
Homepage: https://github.com/TomPoulton/hiera-eyaml
Ruby-Versions: all
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu