How to Install and Uninstall python-pyxmpp Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 20,2024

1. Install "python-pyxmpp" package

Please follow the steps below to install python-pyxmpp on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-pyxmpp

2. Uninstall "python-pyxmpp" package

Please follow the instructions below to uninstall python-pyxmpp on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-pyxmpp $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-pyxmpp package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-pyxmpp
Priority: optional
Section: universe/python
Installed-Size: 644
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: amd64
Source: pyxmpp
Version: 1.1.2-1
Replaces: python2.3-pyxmpp (<< 1.0.0-1.1), python2.4-pyxmpp (<< 1.0.0-1.1)
Provides: python2.7-pyxmpp
Depends: libc6 (>= 2.2.5), libxml2 (>= 2.7.4), python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), python-dnspython (>= 1.0), python-m2crypto, python-libxml2 (>= 2.6.11~)
Recommends: python-zope.interface
Suggests: python-pyxmpp-doc
Conflicts: python2.3-pyxmpp (<< 1.0.0-1.1), python2.4-pyxmpp (<< 1.0.0-1.1)
Filename: pool/universe/p/pyxmpp/python-pyxmpp_1.1.2-1_amd64.deb
Size: 118730
MD5sum: cb03de9d1fda7c7a92307fdc56fe2bd7
SHA1: 7c64a84626b141d2cfd9f5a1d92c26f441b6f3da
SHA256: f61e3d44ad476245f3b57739c2397a21aa3afbd9519dd8103ab53f1d069b452f
Description-en: XMPP and Jabber implementation for Python
PyXMPP is a Python XMPP (RFC 3920,3921) and Jabber
(http://www.jabber.org/protocol/) implementation. It is based on libxml2 --
fast and fully-featured XML parser.
.
PyXMPP provides most core features of the XMPP protocol and several
JSF-defined extensions. PyXMPP provides building blocks for creating Jabber
clients and components. Developer uses them to setup XMPP streams, handle
incoming events and create outgoing stanzas (XMPP "packets").
.
Features:
* nearly complete XMPP Core (RFC 3920) protocol for client connections
(includes SASL, TLS and Stringprep)
* mostly complete XMPP IM (RFC 3921) protocol (lacks privacy lists)
* XMPP error objects including translations to and from legacy codes for
backward compatibility (JEP-0086).
* legacy authentication ("digest" and "plain") (JEP-0078).
* component protocol (JEP-0114).
* Service Discovery (JEP-0030).
* vCards -- both Jabber "vcard-temp" and RFC 2426
* basic parts of the Multi-User Chat protocol (JEP-0045)
* delayed delivery timestamps (JEP-0091).
Description-md5: be6f8ce85993c28a238efad36eb99450
Homepage: http://pyxmpp.jajcus.net/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu