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

Last updated: May 15,2024

1. Install "erlang-p1-xmpp" package

Please follow the step by step instructions below to install erlang-p1-xmpp on Kali Linux

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

2. Uninstall "erlang-p1-xmpp" package

This guide covers the steps necessary to uninstall erlang-p1-xmpp on Kali Linux:

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

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

Package: erlang-p1-xmpp
Version: 1.7.0-1
Installed-Size: 3231
Maintainer: Ejabberd Packaging Team
Architecture: amd64
Depends: libc6 (>= 2.14), erlang-base (>= 1:25.3.2.8+dfsg), erlang-abi (= 17.0), erlang-asn1 (>= 1:25.3.2.8+dfsg), erlang-crypto (>= 1:25.3.2.8+dfsg), erlang-syntax-tools (>= 1:25.3.2.8+dfsg), erlang-idna (>= 6.0.0), erlang-p1-xml (>= 1.1.49), erlang-p1-stringprep (>= 1.0.29), erlang-p1-tls (>= 1.1.16), erlang-unicode-util-compat (>= 0.3.1), erlang-p1-utils (>= 1.0.25), erlang-p1-zlib (>= 1.0.12)
Size: 2034136
SHA256: a65cb88824c2cd06e4cb15054408b791c71dc34771df70d0cb9cb424ffcd5eb6
SHA1: 4157b961e08724c4bec5fbb9e7883ef1ad8e7c50
MD5sum: cff147e145fc1a1471f66a52406651b3
Description: Erlang/Elixir XMPP parsing and serialization library
This library provides comprehensive representation of XMPP elements as
well as tools to work with them. Every such element is represented by an
Erlang record. Most of the library's code is auto generated and thus
considered to be bug free and efficient.
.
The approach is very similar to ASN.1, Google Protocol Buffers or Apache
Thrift: an XML element is transformed into internal language structure
(an Erlang record in this case) - the process known as "decoding". During
decoding, validation is also performed, thus well-typed structures are
generated, potentially decreasing bugs related to handcrafted parsing. A
reverse process known as "encoding" is applied for transforming an
Erlang record into an XML element.
.
This package should be used along with erlang-p1-xml, because it is
only able to decode from and encode to structures generated by that
library (that is, xmlel() elements).
.
This library was written for ejabberd which still uses it.
It was split off into its own project to follow
Erlang/OTP guidelines.
Description-md5:
Multi-Arch: allowed
Homepage: https://github.com/processone/xmpp
Tag: role::shared-lib
Section: libs
Priority: optional
Filename: pool/main/e/erlang-p1-xmpp/erlang-p1-xmpp_1.7.0-1_amd64.deb