How to Install and Uninstall python310-terminado Package on openSuSE Tumbleweed

Last updated: June 29,2024

1. Install "python310-terminado" package

In this section, we are going to explain the necessary steps to install python310-terminado on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-terminado

2. Uninstall "python310-terminado" package

Learn how to uninstall python310-terminado on openSuSE Tumbleweed:

$ sudo zypper remove python310-terminado

3. Information about the python310-terminado package on openSuSE Tumbleweed

Information for package python310-terminado:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-terminado
Version : 0.18.0-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 79.9 KiB
Installed : No
Status : not installed
Source package : python-terminado-0.18.0-1.2.src
Upstream URL : https://github.com/jupyter/terminado
Summary : Terminals served to termjs using Tornado websockets
Description :
This is a Tornado websocket backend for the term.js Javascript terminal
emulator library.
It evolved out of pyxterm, which was part of GraphTerm (as lineterm.py), and
ultimately derived from the public-domain Ajaxterm code (also on Github as part
of QWeb).