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

Last updated: October 06,2024

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

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

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

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

Here is a brief guide to show you how to uninstall python-tornado-doc.x86_64 on Rocky Linux 9:

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

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

Last metadata expiration check: 0:55:18 ago on Tue Sep 13 04:19:08 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.