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

Last updated: June 29,2024

1. Install "python3-engineio.noarch" package

In this section, we are going to explain the necessary steps to install python3-engineio.noarch on Fedora 34

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

2. Uninstall "python3-engineio.noarch" package

Please follow the steps below to uninstall python3-engineio.noarch on Fedora 34:

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

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

Last metadata expiration check: 5:47:06 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-engineio
Version : 3.14.2
Release : 3.fc34
Architecture : noarch
Size : 79 k
Source : python-engineio-3.14.2-3.fc34.src.rpm
Repository : updates
Summary : Python Engine.IO server and client
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.