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

Last updated: May 19,2024

1. Install "python-pyxmpp-doc" package

This guide covers the steps necessary to install python-pyxmpp-doc on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-pyxmpp-doc

2. Uninstall "python-pyxmpp-doc" package

In this section, we are going to explain the necessary steps to uninstall python-pyxmpp-doc on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-pyxmpp-doc
Priority: optional
Section: universe/python
Installed-Size: 9186
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: pyxmpp
Version: 1.1.2-1
Filename: pool/universe/p/pyxmpp/python-pyxmpp-doc_1.1.2-1_all.deb
Size: 856600
MD5sum: ec3fc93474063d5f35bc627b5d732ba4
SHA1: bda70830fa899fd7de69721c13c27f3657dd0142
SHA256: 267568836781cde95ad04f3feb3fc89b8f91823735d6b22953b96027480061cc
Description-en: XMPP and Jabber implementation for Python (documentation)
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).
.
This package contains the API documentation of PyXMPP.
Description-md5: d6401f0766a367c9f6018763f4268199
Homepage: http://pyxmpp.jajcus.net/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu