How to Install and Uninstall python-engineio-doc.noarch Package on Oracle Linux 9

Last updated: October 05,2024

1. Install "python-engineio-doc.noarch" package

In this section, we are going to explain the necessary steps to install python-engineio-doc.noarch on Oracle Linux 9

$ sudo dnf update $ sudo dnf install python-engineio-doc.noarch

2. Uninstall "python-engineio-doc.noarch" package

This guide let you learn how to uninstall python-engineio-doc.noarch on Oracle Linux 9:

$ sudo dnf remove python-engineio-doc.noarch $ sudo dnf autoremove

3. Information about the python-engineio-doc.noarch package on Oracle Linux 9

Last metadata expiration check: 1:30:21 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : python-engineio-doc
Version : 4.4.0
Release : 2.el9
Architecture : noarch
Size : 250 k
Source : python-engineio-4.4.0-2.el9.src.rpm
Repository : epel
Summary : Documentation for python-engineio
URL : https://github.com/miguelgrinberg/python-engineio/
License : MIT
Description : Engine.IO is a lightweight transport protocol that enables real-time
: bidirectional event-based communication between clients (typically, though not
: always, web browsers) and a server. The official implementations of the client
: and server components are written in JavaScript. This package provides Python
: implementations of both, each with standard and asyncio variants.