How to Install and Uninstall python3-sseclient.noarch Package on AlmaLinux 8

Last updated: November 01,2024

1. Install "python3-sseclient.noarch" package

Please follow the step by step instructions below to install python3-sseclient.noarch on AlmaLinux 8

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

2. Uninstall "python3-sseclient.noarch" package

Please follow the instructions below to uninstall python3-sseclient.noarch on AlmaLinux 8:

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

3. Information about the python3-sseclient.noarch package on AlmaLinux 8

Last metadata expiration check: 2:12:21 ago on Mon Sep 5 03:22:42 2022.
Available Packages
Name : python3-sseclient
Version : 0.0.26
Release : 1.el8
Architecture : noarch
Size : 17 k
Source : python-sseclient-0.0.26-1.el8.src.rpm
Repository : epel
Summary : Python library for iterating over HTTP Server Sent Events (SSE)
URL : https://github.com/btubbs/sseclient
License : MIT
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 an URL on init, and
: is then an iterator over messages coming from the server.