How to Install and Uninstall python312-stomper Package on openSuSE Tumbleweed

Last updated: October 04,2024

1. Install "python312-stomper" package

This guide covers the steps necessary to install python312-stomper on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-stomper

2. Uninstall "python312-stomper" package

Please follow the instructions below to uninstall python312-stomper on openSuSE Tumbleweed:

$ sudo zypper remove python312-stomper

3. Information about the python312-stomper package on openSuSE Tumbleweed

Information for package python312-stomper:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-stomper
Version : 0.4.3-4.1
Arch : noarch
Vendor : openSUSE
Installed Size : 254.1 KiB
Installed : No
Status : not installed
Source package : python-stomper-0.4.3-4.1.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.