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

Last updated: May 18,2024

1. Install "python38-terminado" package

Please follow the steps below to install python38-terminado on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-terminado

2. Uninstall "python38-terminado" package

In this section, we are going to explain the necessary steps to uninstall python38-terminado on openSuSE Tumbleweed:

$ sudo zypper remove python38-terminado

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

Information for package python38-terminado:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-terminado
Version : 0.12.1-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 95,4 KiB
Installed : No
Status : not installed
Source package : python-terminado-0.12.1-1.1.src
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).