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

Last updated: November 24,2024

1. Install "python-stomper" package

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

$ sudo apt update $ sudo apt install python-stomper

2. Uninstall "python-stomper" package

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

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

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

Package: python-stomper
Priority: optional
Section: universe/python
Installed-Size: 119
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: stomper
Version: 0.3.0-1
Depends: python (>= 2.7), python (<< 2.8)
Filename: pool/universe/s/stomper/python-stomper_0.3.0-1_all.deb
Size: 20080
MD5sum: 8f56bba568b5e8daca761afbf98bdbb3
SHA1: ae575286ffec63e5c302dcaacb445fe979e508c5
SHA256: 5c7eb279180ae9ba60040b616237f7ff3879e18d0f6321d369b3f3db742b9ec2
Description-en: Python client implementation of the STOMP protocol
The client is attempting to be transport layer neutral. This module provides
functions to create and parse STOMP messages in a programmatic fashion. The
messages can be easily generated and parsed, however its up to the user to do
the sending and receiving.
.
The Streaming Text Oriented Messaging Protocol is a text-based protocol
vaguely similar to HTTP, intended for message oriented middleware. Its
protocol specification can be found at
http://stomp.github.io/
Description-md5: edb0f594f7ea951298b5e3c6def5f791
Homepage: https://github.com/oisinmulvihill/stomper/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu