How to Install and Uninstall python3-tornado.x86_64 Package on Fedora 36

Last updated: May 18,2024

1. Install "python3-tornado.x86_64" package

Please follow the guidelines below to install python3-tornado.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install python3-tornado.x86_64

2. Uninstall "python3-tornado.x86_64" package

Please follow the instructions below to uninstall python3-tornado.x86_64 on Fedora 36:

$ sudo dnf remove python3-tornado.x86_64 $ sudo dnf autoremove

3. Information about the python3-tornado.x86_64 package on Fedora 36

Last metadata expiration check: 4:34:31 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python3-tornado
Version : 6.1.0
Release : 6.fc36
Architecture : x86_64
Size : 655 k
Source : python-tornado-6.1.0-6.fc36.src.rpm
Repository : fedora
Summary : Scalable, non-blocking web server and tools
URL : https://www.tornadoweb.org
License : ASL 2.0
Description : Tornado is an open source version of the scalable, non-blocking web
: server and tools.
:
: The framework is distinct from most mainstream web server frameworks
: (and certainly most Python frameworks) because it is non-blocking and
: reasonably fast. Because it is non-blocking and uses epoll, it can
: handle thousands of simultaneous standing connections, which means it is
: ideal for real-time web services.