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

Last updated: November 08,2024

1. Install "python310-stomper" package

In this section, we are going to explain the necessary steps to install python310-stomper on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-stomper

2. Uninstall "python310-stomper" package

Please follow the guidelines below to uninstall python310-stomper on openSuSE Tumbleweed:

$ sudo zypper remove python310-stomper

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

Information for package python310-stomper:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-stomper
Version : 0.4.3-4.1
Arch : noarch
Vendor : openSUSE
Installed Size : 222.9 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.