How to Install and Uninstall python39-sseclient Package on openSuSE Tumbleweed

Last updated: November 15,2024

1. Install "python39-sseclient" package

Learn how to install python39-sseclient on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-sseclient

2. Uninstall "python39-sseclient" package

Please follow the instructions below to uninstall python39-sseclient on openSuSE Tumbleweed:

$ sudo zypper remove python39-sseclient

3. Information about the python39-sseclient package on openSuSE Tumbleweed

Information for package python39-sseclient:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-sseclient
Version : 0.0.27-2.1
Arch : noarch
Vendor : openSUSE
Installed Size : 23.0 KiB
Installed : No
Status : not installed
Source package : python-sseclient-0.0.27-2.1.src
Upstream URL : https://github.com/btubbs/sseclient
Summary : Python client library for reading Server Sent Event streams
Description :
This is a Python client library for iterating over http Server Sent Event (SSE)
streams (also known as EventSource, after the name of the Javascript interface
inside browsers). The SSEClient class accepts a url on init, and is then an
iterator over messages coming from the server.