How to Install and Uninstall golang-github-xordataexchange-crypt Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 09,2024

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

Please follow the guidelines below to install golang-github-xordataexchange-crypt on Ubuntu 20.10 (Groovy Gorilla)

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

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

In this section, we are going to explain the necessary steps to uninstall golang-github-xordataexchange-crypt on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the golang-github-xordataexchange-crypt package on Ubuntu 20.10 (Groovy Gorilla)

Package: golang-github-xordataexchange-crypt
Architecture: amd64
Version: 0.0.2+git20170626.21.b2862e3-2build1
Built-Using: etcd (= 3.2.26+dfsg-8), golang-1.14 (= 1.14.7-2ubuntu1), golang-github-armon-consul-api (= 0.0~git20150107.0.dcfedd5-4), golang-github-coreos-semver (= 0.2.0-3), golang-github-ugorji-go-codec (= 1.1.7-2), golang-go.crypto (= 1:0.0~git20200604.70a84ac-2), golang-golang-x-net (= 1:0.0+git20200226.491c5fc+dfsg-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: 9511
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-2build1_amd64.deb
Size: 2895156
MD5sum: 5c6e6468a897c4b6a2bb38b64e3e375b
SHA1: 4512dcab13c53fe036d6f8a92b03689a80b6377b
SHA256: 761f9271cb2806e87022a97d0b909e7fa0f57ab2fb335804d3e819a517251b96
SHA512: e21c42b8335a7ddba4a6414cc8e7fa7bc167f34b01d0efd31c7cae9b807f4c29d8cafa9f0e20fd24a486fd08c00ac2a6e55b7e6f014ed55fa3234ebed42c133b
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