How to Install and Uninstall python2-terminado Package on openSUSE Leap

Last updated: May 22,2024

1. Install "python2-terminado" package

Please follow the guidelines below to install python2-terminado on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-terminado

2. Uninstall "python2-terminado" package

This guide covers the steps necessary to uninstall python2-terminado on openSUSE Leap:

$ sudo zypper remove python2-terminado

3. Information about the python2-terminado package on openSUSE Leap

Information for package python2-terminado:
------------------------------------------
Repository : Main Repository
Name : python2-terminado
Version : 0.8.3-bp153.1.24
Arch : noarch
Vendor : openSUSE
Installed Size : 88,0 KiB
Installed : No
Status : not installed
Source package : python-terminado-0.8.3-bp153.1.24.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).