How to Install and Uninstall python-tornado.x86_64 Package on Amazon Linux 2

Last updated: September 28,2024

1. Install "python-tornado.x86_64" package

Please follow the step by step instructions below to install python-tornado.x86_64 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install python-tornado.x86_64

2. Uninstall "python-tornado.x86_64" package

Learn how to uninstall python-tornado.x86_64 on Amazon Linux 2:

$ sudo yum remove python-tornado.x86_64 $ sudo yum autoremove

3. Information about the python-tornado.x86_64 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : python-tornado
Arch : x86_64
Version : 4.2.1
Release : 3.amzn2
Size : 640 k
Repo : amzn2-core/2/x86_64
Summary : Scalable, non-blocking web server and tools
URL : http://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.