How to Install and Uninstall python3-stomper Package on openSUSE Leap

Last updated: May 18,2024

1. Install "python3-stomper" package

Learn how to install python3-stomper on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-stomper

2. Uninstall "python3-stomper" package

This guide let you learn how to uninstall python3-stomper on openSUSE Leap:

$ sudo zypper remove python3-stomper

3. Information about the python3-stomper package on openSUSE Leap

Information for package python3-stomper:
----------------------------------------
Repository : Main Repository
Name : python3-stomper
Version : 0.4.3-bp155.2.10
Arch : noarch
Vendor : openSUSE
Installed Size : 277.8 KiB
Installed : No
Status : not installed
Source package : python-stomper-0.4.3-bp155.2.10.src
Upstream URL : https://code.google.com/p/stomper
Summary : Transport neutral client implementation of the STOMP protocol
Description :
This is a 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 programatic fashion. The
messages can be easily generated and parsed, however its up to the user to do
the sending and receiving.