How to Install and Uninstall golang-github-xordataexchange-crypt Package on Ubuntu 21.10 (Impish Indri)

Last updated: December 23,2024

1. Install "golang-github-xordataexchange-crypt" package

This is a short guide on how to install golang-github-xordataexchange-crypt on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install golang-github-xordataexchange-crypt

2. Uninstall "golang-github-xordataexchange-crypt" package

Please follow the steps below to uninstall golang-github-xordataexchange-crypt on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove golang-github-xordataexchange-crypt $ sudo apt autoclean && sudo apt autoremove

3. Information about the golang-github-xordataexchange-crypt package on Ubuntu 21.10 (Impish Indri)

Package: golang-github-xordataexchange-crypt
Architecture: amd64
Version: 0.0.2+git20170626.21.b2862e3-3
Built-Using: etcd (= 3.3.25+dfsg-6), golang-1.15 (= 1.15.4-1ubuntu2), golang-github-armon-consul-api (= 0.0~git20150107.0.dcfedd5-4.1), golang-github-coreos-semver (= 0.3.0-1), golang-github-json-iterator-go (= 1.1.10-2), golang-github-modern-go-concurrent (= 1.0.3-1.1), golang-github-modern-go-reflect2 (= 1.0.1-1), golang-go.crypto (= 1:0.0~git20201221.eec23a3-1)
Priority: optional
Section: universe/utils
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Go Packaging Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 7589
Depends: libc6 (>= 2.32)
Suggests: golang-github-xordataexchange-crypt-dev
Filename: pool/universe/g/golang-github-xordataexchange-crypt/golang-github-xordataexchange-crypt_0.0.2+git20170626.21.b2862e3-3_amd64.deb
Size: 2293136
MD5sum: 13a87797ffd1f257e8486c226716a957
SHA1: 5adc9620adeb335fd8308788d621fe760ae612d0
SHA256: fe2f61b1e05c657eb99f5d517f062d4dca90c822e31ebc04e4839bf0d729a3d6
SHA512: 121e7ee0d3a6bec55e32e59f50815e0c17b0b528dda3ff321728ce3f4ec6d987358e3fee44b82ac5a8b64064422740a0fb1b2bfb35f55fbe405033fe44d974aa
Homepage: https://github.com/xordataexchange/crypt
Description-en: Store/retrieve encrypted configs from etcd or Consul (CLI tool)
Fess up. You have passwords and usernames hard coded in your apps.
You have IP addresses checked in to your source code repository.
You have entire configuration files that were created by the developer
who wrote the app and haven’t been changed since she typed "git init".
.
"crypt" is here to lead you back to the Path of Enlightened Configuration.
Store encrypted configuration values in etcd or Consul using a command-line
application.
.
Decrypt them before starting your application using a wrapper script and
the handy CLI tool, or inside the app using the "crypt/config" library.
.
"crypt" is built on time-tested standards like OpenPGP, base64, and gzip.
Your data is encrypted using public key encryption, and can only be
decrypted by when the private key is available. After compression,
it is encrypted, and base64-encoded so it can be stored in your key/value
store of choice. etcd and Consul are supported out of the box, but adding
other storage tools is a trivial task, thanks to Go’s interfaces.
.
This package provides the command-line tool "bin/crypt", but renamed to
/usr/bin/crypt-xordataexchange, to avoid filename collision with
/usr/bin/crypt from the mcrypt package.
Description-md5: 562343d343b0b787f380ecfef64218eb

5. The same packages on other Linux Distributions