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

Last updated: May 13,2024

1. Install "python3-terminado" package

Here is a brief guide to show you how to install python3-terminado on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-terminado

2. Uninstall "python3-terminado" package

This is a short guide on how to uninstall python3-terminado on openSUSE Leap:

$ sudo zypper remove python3-terminado

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

Information for package python3-terminado:
------------------------------------------
Repository : Main Repository
Name : python3-terminado
Version : 0.8.3-bp155.2.14
Arch : noarch
Vendor : openSUSE
Installed Size : 82.6 KiB
Installed : No
Status : not installed
Source package : python-terminado-0.8.3-bp155.2.14.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).