How to Install and Uninstall python-tornado.src Package on Oracle Linux 9

Last updated: October 06,2024

1. Install "python-tornado.src" package

Please follow the steps below to install python-tornado.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install python-tornado.src

2. Uninstall "python-tornado.src" package

In this section, we are going to explain the necessary steps to uninstall python-tornado.src on Oracle Linux 9:

$ sudo dnf remove python-tornado.src $ sudo dnf autoremove

3. Information about the python-tornado.src package on Oracle Linux 9

Last metadata expiration check: 2:03:36 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : python-tornado
Version : 6.1.0
Release : 9.el9
Architecture : src
Size : 523 k
Source : None
Repository : ol9_appstream
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.