How to Install and Uninstall python-tornado-doc.x86_64 Package on Fedora 39

Last updated: January 15,2025

1. Install "python-tornado-doc.x86_64" package

Learn how to install python-tornado-doc.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install python-tornado-doc.x86_64

2. Uninstall "python-tornado-doc.x86_64" package

Learn how to uninstall python-tornado-doc.x86_64 on Fedora 39:

$ sudo dnf remove python-tornado-doc.x86_64 $ sudo dnf autoremove

3. Information about the python-tornado-doc.x86_64 package on Fedora 39

Last metadata expiration check: 3:55:21 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : python-tornado-doc
Version : 6.3.3
Release : 1.fc39
Architecture : x86_64
Size : 45 k
Source : python-tornado-6.3.3-1.fc39.src.rpm
Repository : fedora
Summary : Examples for python-tornado
URL : https://www.tornadoweb.org
License : Apache-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.
:
: This package contains some example applications.