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

Last updated: October 05,2024

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

Learn how to install python-flask-socketio-doc.noarch on Fedora 34

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

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

In this section, we are going to explain the necessary steps to uninstall python-flask-socketio-doc.noarch on Fedora 34:

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

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

Last metadata expiration check: 0:43:09 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : python-flask-socketio-doc
Version : 4.3.2
Release : 2.fc34
Architecture : noarch
Size : 222 k
Source : python-flask-socketio-4.3.2-2.fc34.src.rpm
Repository : updates
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.