How to Install and Uninstall python-socketio-doc.noarch Package on Fedora 39

Last updated: February 12,2025

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

In this section, we are going to explain the necessary steps to install python-socketio-doc.noarch on Fedora 39

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

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

Please follow the guidance below to uninstall python-socketio-doc.noarch on Fedora 39:

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

3. Information about the python-socketio-doc.noarch package on Fedora 39

Last metadata expiration check: 3:37:45 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : python-socketio-doc
Version : 5.9.0
Release : 1.fc39
Architecture : noarch
Size : 427 k
Source : python-socketio-5.9.0-1.fc39.src.rpm
Repository : fedora
Summary : Documentation for python-socketio
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.