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

Last updated: January 12,2025

1. Install "python3-tornado.x86_64" package

This guide covers the steps necessary to install python3-tornado.x86_64 on Amazon Linux 2

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

2. Uninstall "python3-tornado.x86_64" package

Please follow the guidance below to uninstall python3-tornado.x86_64 on Amazon Linux 2:

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

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

Loaded plugins: ovl, priorities
Available Packages
Name : python3-tornado
Arch : x86_64
Version : 5.0.2
Release : 4.amzn2.0.2
Size : 756 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.