How to Install and Uninstall python312-tornado Package on openSuSE Tumbleweed

Last updated: July 07,2024

1. Install "python312-tornado" package

Here is a brief guide to show you how to install python312-tornado on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-tornado

2. Uninstall "python312-tornado" package

This is a short guide on how to uninstall python312-tornado on openSuSE Tumbleweed:

$ sudo zypper remove python312-tornado

3. Information about the python312-tornado package on openSuSE Tumbleweed

Information for package python312-tornado:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-tornado
Version : 6.4-16.8
Arch : noarch
Vendor : openSUSE
Installed Size : 216 B
Installed : No
Status : not installed
Source package : python-tornado-6.4-16.8.src
Upstream URL : https://www.tornadoweb.org
Summary : A Python web framework and asynchronous networking library
Description :
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.