How to Install and Uninstall python310-autobahn Package on openSuSE Tumbleweed

Last updated: July 02,2024

1. Install "python310-autobahn" package

Please follow the guidance below to install python310-autobahn on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-autobahn

2. Uninstall "python310-autobahn" package

Please follow the guidelines below to uninstall python310-autobahn on openSuSE Tumbleweed:

$ sudo zypper remove python310-autobahn

3. Information about the python310-autobahn package on openSuSE Tumbleweed

Information for package python310-autobahn:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-autobahn
Version : 23.6.2-2.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 5.0 MiB
Installed : No
Status : not installed
Source package : python-autobahn-23.6.2-2.1.src
Upstream URL : https://github.com/crossbario/autobahn-python
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.