How to Install and Uninstall python3-sseclient.noarch Package on Oracle Linux 8
Last updated: January 06,2025
1. Install "python3-sseclient.noarch" package
Here is a brief guide to show you how to install python3-sseclient.noarch on Oracle Linux 8
$
sudo dnf update
Copied
$
sudo dnf install
python3-sseclient.noarch
Copied
2. Uninstall "python3-sseclient.noarch" package
This guide let you learn how to uninstall python3-sseclient.noarch on Oracle Linux 8:
$
sudo dnf remove
python3-sseclient.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-sseclient.noarch package on Oracle Linux 8
Last metadata expiration check: 1:22:30 ago on Mon Sep 12 02:51:38 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.
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.