How to Install and Uninstall python3-stomppy.noarch Package on CentOS Stream 8

Last updated: January 10,2025

1. Install "python3-stomppy.noarch" package

In this section, we are going to explain the necessary steps to install python3-stomppy.noarch on CentOS Stream 8

$ sudo dnf update $ sudo dnf install python3-stomppy.noarch

2. Uninstall "python3-stomppy.noarch" package

This tutorial shows how to uninstall python3-stomppy.noarch on CentOS Stream 8:

$ sudo dnf remove python3-stomppy.noarch $ sudo dnf autoremove

3. Information about the python3-stomppy.noarch package on CentOS Stream 8

Last metadata expiration check: 5:02:28 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : python3-stomppy
Version : 5.0.1
Release : 1.el8
Architecture : noarch
Size : 80 k
Source : stomppy-5.0.1-1.el8.src.rpm
Repository : epel
Summary : Python stomp client for messaging for python3
URL : https://github.com/kwoli/stomp.py
License : ASL 2.0
Description : stomp.py is a Python client library for accessing messaging servers
: (such as ActiveMQ or JBoss Messaging) using the STOMP protocol. It can also
: be run as a standalone, command-line client for testing.
:
: This module is for the python3.