How to Install and Uninstall python3-sseclient.noarch Package on Fedora 36

Last updated: May 02,2024

1. Install "python3-sseclient.noarch" package

Here is a brief guide to show you how to install python3-sseclient.noarch on Fedora 36

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

2. Uninstall "python3-sseclient.noarch" package

This tutorial shows how to uninstall python3-sseclient.noarch on Fedora 36:

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

3. Information about the python3-sseclient.noarch package on Fedora 36

Last metadata expiration check: 4:45:57 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python3-sseclient
Version : 0.0.27
Release : 5.fc36
Architecture : noarch
Size : 17 k
Source : python-sseclient-0.0.27-5.fc36.src.rpm
Repository : fedora
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.