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

Last updated: October 06,2024

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

Please follow the instructions below to install python-socketio-doc.noarch on Fedora 36

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

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

Here is a brief guide to show you how to uninstall python-socketio-doc.noarch on Fedora 36:

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

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

Last metadata expiration check: 1:39:42 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : python-socketio-doc
Version : 5.7.1
Release : 1.fc36
Architecture : noarch
Size : 412 k
Source : python-socketio-5.7.1-1.fc36.src.rpm
Repository : updates
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.