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

Last updated: September 22,2024

1. Install "python3-sseclient.noarch" package

Please follow the steps below to install python3-sseclient.noarch on Fedora 34

$ 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 Fedora 34:

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

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

Last metadata expiration check: 5:48:17 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-sseclient
Version : 0.0.27
Release : 2.fc34
Architecture : noarch
Size : 17 k
Source : python-sseclient-0.0.27-2.fc34.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.