How to Install and Uninstall python3-stomper Package on Kali Linux

Last updated: May 18,2024

1. Install "python3-stomper" package

In this section, we are going to explain the necessary steps to install python3-stomper on Kali Linux

$ sudo apt update $ sudo apt install python3-stomper

2. Uninstall "python3-stomper" package

Learn how to uninstall python3-stomper on Kali Linux:

$ sudo apt remove python3-stomper $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-stomper package on Kali Linux

Package: python3-stomper
Source: stomper
Version: 0.4.3-3
Installed-Size: 153
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Size: 25220
SHA256: ae52fad80e32b7ef22d05d819a5eaa237864d2a1a930b28757b47b3b6e217910
SHA1: 3438d68a2ee6a811644fae5007bc785105b4ec97
MD5sum: b57acefa7173a105cef5905aac2a11f3
Description: Python client implementation of the STOMP protocol (Python 3)
The client is attempting to be transport layer neutral. This module provides
functions to create and parse STOMP messages in a programmatic fashion. The
messages can be easily generated and parsed, however its up to the user to do
the sending and receiving.
.
The Streaming Text Oriented Messaging Protocol is a text-based protocol
vaguely similar to HTTP, intended for message oriented middleware. Its
protocol specification can be found at
http://stomp.github.io/
.
This package installs the library for Python 3.
Description-md5:
Homepage: https://github.com/oisinmulvihill/stomper/
Section: python
Priority: optional
Filename: pool/main/s/stomper/python3-stomper_0.4.3-3_all.deb