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

Last updated: May 20,2024

1. Install "python3-txaio" package

This tutorial shows how to install python3-txaio on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-txaio

2. Uninstall "python3-txaio" package

Please follow the guidelines below to uninstall python3-txaio on openSUSE Leap:

$ sudo zypper remove python3-txaio

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

Information for package python3-txaio:
--------------------------------------
Repository : Main Repository
Name : python3-txaio
Version : 18.8.1-bp155.2.14
Arch : noarch
Vendor : openSUSE
Installed Size : 155.8 KiB
Installed : No
Status : not installed
Source package : python-txaio-18.8.1-bp155.2.14.src
Upstream URL : https://github.com/crossbario/txaio
Summary : WebSocket and WAMP in Python for Twisted and asyncio
Description :
WebSocket allows bidirectional real-time messaging on the Web and WAMP adds
asynchronous Remote Procedure Calls and Publish & Subscribe on top of WebSocket.