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

Last updated: June 29,2024

1. Install "python312-terminado" package

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

$ sudo zypper refresh $ sudo zypper install python312-terminado

2. Uninstall "python312-terminado" package

This tutorial shows how to uninstall python312-terminado on openSuSE Tumbleweed:

$ sudo zypper remove python312-terminado

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

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