How to Install and Uninstall python3-tornado Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: September 20,2024

1. Install "python3-tornado" package

Please follow the guidance below to install python3-tornado on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install python3-tornado

2. Uninstall "python3-tornado" package

Please follow the guidelines below to uninstall python3-tornado on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the python3-tornado package on Ubuntu 20.10 (Groovy Gorilla)

Package: python3-tornado
Architecture: amd64
Version: 6.0.4-2
Priority: optional
Section: universe/python
Source: python-tornado
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 1600
Depends: ca-certificates, python3 (<< 3.9), python3 (>= 3.8~), 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.0.4-2_amd64.deb
Size: 280164
MD5sum: 64218d7b2a8cb6b44700a4d17e4bbe1d
SHA1: 8f24ad1edd5447926b2b53bd9826a332021c832a
SHA256: ce3b223f7ed143165432d3b59ec56f00caf5e19d01d51b9bfa8cbfa410a3c97e
SHA512: f9880f2f077f4da0ccdd3f0cf37902c79bbd28f1568be5d34200f411f52d82d824887e793b2d1cfc067cc0854a20c85530a17790113688b30f560569072d0657
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