How to Install and Uninstall erlang-p1-pkix Package on Kali Linux

Last updated: May 10,2024

1. Install "erlang-p1-pkix" package

Learn how to install erlang-p1-pkix on Kali Linux

$ 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 Kali Linux:

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

3. Information about the erlang-p1-pkix package on Kali Linux

Package: erlang-p1-pkix
Version: 1.0.9-3
Installed-Size: 302
Maintainer: Ejabberd Packaging Team
Architecture: amd64
Depends: erlang-base (>= 1:25.3.2.8+dfsg), erlang-abi (= 17.0), erlang-crypto (>= 1:25.3.2.8+dfsg), erlang-public-key (>= 1:25.3.2.8+dfsg), ca-certificates
Size: 179212
SHA256: feeae3295c95d2257ad890d84b515d5041b4870ec947282c2c47d7381e7ef4ba
SHA1: 5e101b3d7985965adee54de4eb42ad2f6607d5e1
MD5sum: 985aa2bcd7339043d280157e06ae1acd
Description: 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:
Multi-Arch: allowed
Homepage: https://github.com/processone/pkix
Tag: role::shared-lib
Section: libs
Priority: optional
Filename: pool/main/e/erlang-p1-pkix/erlang-p1-pkix_1.0.9-3_amd64.deb