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

Last updated: July 03,2024

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

This is a short guide on how to install python-tornado-doc.x86_64 on Oracle Linux 9

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

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

Please follow the guidelines below to uninstall python-tornado-doc.x86_64 on Oracle Linux 9:

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

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

Last metadata expiration check: 1:28:39 ago on Tue Sep 13 06:10:44 2022.
Available Packages
Name : python-tornado-doc
Version : 6.1.0
Release : 6.el9
Architecture : x86_64
Size : 37 k
Source : python-tornado-6.1.0-6.el9.src.rpm
Repository : epel
Summary : Examples for python-tornado
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.
:
: This package contains some example applications.