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

Last updated: June 28,2024

1. Install "python312-autobahn" package

In this section, we are going to explain the necessary steps to install python312-autobahn on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-autobahn

2. Uninstall "python312-autobahn" package

Please follow the steps below to uninstall python312-autobahn on openSuSE Tumbleweed:

$ sudo zypper remove python312-autobahn

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

Information for package python312-autobahn:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-autobahn
Version : 23.6.2-2.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 6.6 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.