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

Last updated: May 19,2024

1. Install "python39-terminado" package

Please follow the guidance below to install python39-terminado on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-terminado

2. Uninstall "python39-terminado" package

Please follow the step by step instructions below to uninstall python39-terminado on openSuSE Tumbleweed:

$ sudo zypper remove python39-terminado

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

Information for package python39-terminado:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-terminado
Version : 0.18.0-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 78.6 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).