How to Install and Uninstall erlang-p1-pkix Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 10,2024

1. Install "erlang-p1-pkix" package

This tutorial shows how to install erlang-p1-pkix on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install erlang-p1-pkix

2. Uninstall "erlang-p1-pkix" package

Please follow the step by step instructions below to uninstall erlang-p1-pkix on Ubuntu 20.10 (Groovy Gorilla):

$ sudo apt remove erlang-p1-pkix $ sudo apt autoclean && sudo apt autoremove

3. Information about the erlang-p1-pkix package on Ubuntu 20.10 (Groovy Gorilla)

Package: erlang-p1-pkix
Architecture: amd64
Version: 1.0.6-1
Priority: optional
Section: universe/libs
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Ejabberd Packaging Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 300
Depends: erlang-base (>= 1:19.2) | erlang-abi (= 17.0), erlang-base (>= 1:23.0.3+dfsg) | erlang-base-hipe (>= 1:23.0.3+dfsg), erlang-crypto (>= 1:23.0.3+dfsg), erlang-public-key (>= 1:23.0.3+dfsg), ca-certificates
Filename: pool/universe/e/erlang-p1-pkix/erlang-p1-pkix_1.0.6-1_amd64.deb
Size: 175072
MD5sum: 3c0752cbb22f28af269455b743a36408
SHA1: f05b9ee069867d873833e0ea1cfb26e033a17b24
SHA256: 1d83cd3a7c3d66047eaf7e3740e4ed207fcd6e7e5381ea6bd668aeabe9f84d6b
SHA512: b1e72e4006b2bf0bdd5db3800c30dad419a2c0da17affc4846dbbbca15efd343ec92e0deffe804ed0b7fea939fcfea43f642774389af6883977a3dd4da63823f
Homepage: https://github.com/processone/pkix
Description-en: PKIX certificates management library for Erlang
The idea of the library is to simplify certificates configuration in Erlang
programs. Typically an Erlang program which needs certificates (for HTTPS/
MQTT/XMPP/etc) provides a bunch of options such as certfile, chainfile,
privkey, etc. The situation becomes even more complicated when a server
supports so called virtual domains because a program is typically required to
match a virtual domain with its certificate. If a user has plenty of virtual
domains it's quickly becoming a nightmare for them to configure all this.
The complexity also leads to errors: a single configuration mistake and a
program generates obscure log messages, unreadable Erlang tracebacks or,
even worse, just silently ignores the errors.
Fortunately, the large part of certificates configuration can be automated,
reducing a user configuration to something as simple as:
.
certfiles:
- /etc/letsencrypt/live/*/*.pem
.
The purpose of this library is to do this dirty job under the hood.
Description-md5: 17490bcd12287b68f22b6961bdae9b3c