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

Last updated: October 11,2024

1. Install "python3-flask-socketio.noarch" package

Please follow the step by step instructions below to install python3-flask-socketio.noarch on Fedora 36

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

2. Uninstall "python3-flask-socketio.noarch" package

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

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

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

Last metadata expiration check: 4:44:14 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python3-flask-socketio
Version : 5.1.2
Release : 1.fc36
Architecture : noarch
Size : 34 k
Source : python-flask-socketio-5.1.2-1.fc36.src.rpm
Repository : updates
Summary : Socket.IO integration for Flask applications
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.