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

Last updated: November 07,2024

1. Install "python-stompy" package

This tutorial shows how to install python-stompy on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-stompy

2. Uninstall "python-stompy" package

This guide covers the steps necessary to uninstall python-stompy on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-stompy
Priority: optional
Section: universe/python
Installed-Size: 49
Maintainer: Ubuntu Developers
Original-Maintainer: David Watson
Architecture: all
Version: 0.2.9-1.1
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~), python-nose (>= 0.11), python-dingus
Filename: pool/universe/p/python-stompy/python-stompy_0.2.9-1.1_all.deb
Size: 10030
MD5sum: 243cf7fd0dc2536e9e25e7a2fe41475e
SHA1: 572b9d335c8b38582443b883aa2396ec0f72dc9e
SHA256: a5a0d72205ecf9639ae3c632eafd8f16c845a8107b5d8a78cf645d1881d725ee
Description-en: Implementation of the STOMP protocol in Python
This is useful for connecting to and communicating with Apache ActiveMQ
(an open source Java Message Service (JMS) message broker) or other brokers
with support for the STOMP protocol.
.
The majority of the methods available take a single argument; a dictionary.
This dictionary should contain the necessary bits you need to pass to the
STOMP server. It is outlined in each method exactly what it needs to work.
Description-md5: 7295cbb7edc62e77fc82a97f453cf0fd
Homepage: http://pypi.python.org/pypi/stompy
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu