How To Install python3-stomper on Fedora 36

In this tutorial we learn how to install python3-stomper in Fedora 36. python3-stomper is A python client implementation of the STOMP protocol

Introduction

In this tutorial we learn how to install python3-stomper on Fedora 36.

What is python3-stomper

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.

We can use yum or dnf to install python3-stomper on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install python3-stomper.

Install python3-stomper on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install python3-stomper using dnf by running the following command:

sudo dnf -y install python3-stomper

Install python3-stomper on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install python3-stomper using yum by running the following command:

sudo yum -y install python3-stomper

How To Uninstall python3-stomper on Fedora 36

To uninstall only the python3-stomper package we can use the following command:

sudo dnf remove python3-stomper

python3-stomper Package Contents on Fedora 36

/usr/lib/python3.10/site-packages/stomper
/usr/lib/python3.10/site-packages/stomper-0.4.3-py3.10.egg-info
/usr/lib/python3.10/site-packages/stomper-0.4.3-py3.10.egg-info/PKG-INFO
/usr/lib/python3.10/site-packages/stomper-0.4.3-py3.10.egg-info/SOURCES.txt
/usr/lib/python3.10/site-packages/stomper-0.4.3-py3.10.egg-info/dependency_links.txt
/usr/lib/python3.10/site-packages/stomper-0.4.3-py3.10.egg-info/requires.txt
/usr/lib/python3.10/site-packages/stomper-0.4.3-py3.10.egg-info/top_level.txt
/usr/lib/python3.10/site-packages/stomper/__init__.py
/usr/lib/python3.10/site-packages/stomper/__pycache__
/usr/lib/python3.10/site-packages/stomper/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/stomper/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/stomper/__pycache__/stomp_10.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/stomper/__pycache__/stomp_10.cpython-310.pyc
/usr/lib/python3.10/site-packages/stomper/__pycache__/stomp_11.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/stomper/__pycache__/stomp_11.cpython-310.pyc
/usr/lib/python3.10/site-packages/stomper/__pycache__/stompbuffer.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/stomper/__pycache__/stompbuffer.cpython-310.pyc
/usr/lib/python3.10/site-packages/stomper/__pycache__/utils.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/stomper/__pycache__/utils.cpython-310.pyc
/usr/lib/python3.10/site-packages/stomper/examples
/usr/lib/python3.10/site-packages/stomper/examples/__init__.py
/usr/lib/python3.10/site-packages/stomper/examples/__pycache__
/usr/lib/python3.10/site-packages/stomper/examples/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/stomper/examples/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/stomper/examples/__pycache__/receiver.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/stomper/examples/__pycache__/receiver.cpython-310.pyc
/usr/lib/python3.10/site-packages/stomper/examples/__pycache__/sender.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/stomper/examples/__pycache__/sender.cpython-310.pyc
/usr/lib/python3.10/site-packages/stomper/examples/__pycache__/stompbuffer-rx.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/stomper/examples/__pycache__/stompbuffer-rx.cpython-310.pyc
/usr/lib/python3.10/site-packages/stomper/examples/__pycache__/stompbuffer-tx.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/stomper/examples/__pycache__/stompbuffer-tx.cpython-310.pyc
/usr/lib/python3.10/site-packages/stomper/examples/__pycache__/stomper_usage.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/stomper/examples/__pycache__/stomper_usage.cpython-310.pyc
/usr/lib/python3.10/site-packages/stomper/examples/receiver.py
/usr/lib/python3.10/site-packages/stomper/examples/sender.py
/usr/lib/python3.10/site-packages/stomper/examples/stompbuffer-rx.py
/usr/lib/python3.10/site-packages/stomper/examples/stompbuffer-tx.py
/usr/lib/python3.10/site-packages/stomper/examples/stomper_usage.py
/usr/lib/python3.10/site-packages/stomper/stomp_10.py
/usr/lib/python3.10/site-packages/stomper/stomp_11.py
/usr/lib/python3.10/site-packages/stomper/stompbuffer.py
/usr/lib/python3.10/site-packages/stomper/tests
/usr/lib/python3.10/site-packages/stomper/tests/__init__.py
/usr/lib/python3.10/site-packages/stomper/tests/__pycache__
/usr/lib/python3.10/site-packages/stomper/tests/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/stomper/tests/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/stomper/tests/__pycache__/teststompbuffer.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/stomper/tests/__pycache__/teststompbuffer.cpython-310.pyc
/usr/lib/python3.10/site-packages/stomper/tests/__pycache__/teststomper_10.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/stomper/tests/__pycache__/teststomper_10.cpython-310.pyc
/usr/lib/python3.10/site-packages/stomper/tests/__pycache__/teststomper_11.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/stomper/tests/__pycache__/teststomper_11.cpython-310.pyc
/usr/lib/python3.10/site-packages/stomper/tests/teststompbuffer.py
/usr/lib/python3.10/site-packages/stomper/tests/teststomper_10.py
/usr/lib/python3.10/site-packages/stomper/tests/teststomper_11.py
/usr/lib/python3.10/site-packages/stomper/utils.py
/usr/share/doc/python3-stomper
/usr/share/doc/python3-stomper/README.rst

References

Summary

In this tutorial we learn how to install python3-stomper on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).