How to Install and Uninstall python3-socketio.noarch Package on Fedora 38

Last updated: October 02,2024

1. Install "python3-socketio.noarch" package

This is a short guide on how to install python3-socketio.noarch on Fedora 38

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

2. Uninstall "python3-socketio.noarch" package

Please follow the instructions below to uninstall python3-socketio.noarch on Fedora 38:

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

3. Information about the python3-socketio.noarch package on Fedora 38

Last metadata expiration check: 1:06:16 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : python3-socketio
Version : 5.9.0
Release : 1.fc38
Architecture : noarch
Size : 110 k
Source : python-socketio-5.9.0-1.fc38.src.rpm
Repository : updates
Summary : Socket.IO server
URL : https://github.com/miguelgrinberg/python-socketio
License : MIT
Description : Socket.IO is a 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.