How to Install and Uninstall python3-tornado Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 16,2024

1. Install "python3-tornado" package

Please follow the step by step instructions below to install python3-tornado on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python3-tornado

2. Uninstall "python3-tornado" package

Please follow the instructions below to uninstall python3-tornado on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove python3-tornado $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-tornado package on Ubuntu 21.10 (Impish Indri)

Package: python3-tornado
Architecture: amd64
Version: 6.1.0-1build1
Priority: optional
Section: universe/python
Source: python-tornado
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 1622
Depends: ca-certificates, python3 (<< 3.10), python3 (>= 3.9~), python3:any, libc6 (>= 2.4)
Suggests: python3-pycurl, python-tornado-doc, python3-twisted
Breaks: mitmproxy (<< 5.0~), pcs (<< 0.10.5-1~), python3-zmq (<< 17.0.0-1~)
Filename: pool/universe/p/python-tornado/python3-tornado_6.1.0-1build1_amd64.deb
Size: 283280
MD5sum: 97f37f7b096832cd71c9a159173ee537
SHA1: f8741e8f169cc0d7c85cf1c08b394757afd1ca61
SHA256: 1df8b332c1fcece40a80031725a97ddf8fa514d8c412b734a4fec5dee7dc1a46
SHA512: 05b6675004188c2cdddeca995ac8d0d3b2a212a7ec6ba77b1448bd1b091fc4f1181d213aff57c3b62076d47bb8000d8235642a228c87e8917ac406d8eec4498c
Homepage: https://www.tornadoweb.org/
Description-en: scalable, non-blocking web server and tools - Python 3 package
Tornado is a Python web framework and asynchronous networking library,
originally developed at FriendFeed. By using non-blocking network I/O,
Tornado can scale to tens of thousands of open connections, making it ideal
for long polling, WebSockets, and other applications that require a
long-lived connection to each user.
.
This is the Python 3 version of the package.
Description-md5: 5eea30356134805547a49ecf9245de4e
Task: ubuntustudio-photography