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

Last updated: May 18,2024

1. Install "python3-sseclient.noarch" package

In this section, we are going to explain the necessary steps to install python3-sseclient.noarch on Rocky Linux 8

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

2. Uninstall "python3-sseclient.noarch" package

In this section, we are going to explain the necessary steps to uninstall python3-sseclient.noarch on Rocky Linux 8:

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

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

Last metadata expiration check: 1:36:02 ago on Mon Sep 12 10:27:18 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.