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

Last updated: October 09,2024

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

This is a short guide on how to install python-flask-socketio-doc.noarch on Fedora 39

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

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

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

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

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

Last metadata expiration check: 0:41:57 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : python-flask-socketio-doc
Version : 5.3.6
Release : 1.fc39
Architecture : noarch
Size : 283 k
Source : python-flask-socketio-5.3.6-1.fc39.src.rpm
Repository : fedora
Summary : Documentation for python-flask-socketio
URL : https://github.com/miguelgrinberg/Flask-SocketIO/
License : MIT
Description : Flask-SocketIO gives Flask applications access to low latency bi-directional
: communications between the clients and the server. The client-side application
: can use any of the SocketIO official clients libraries in Javascript, C++, Java
: and Swift, or any compatible client to establish a permanent connection to the
: server.