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

Last updated: October 06,2024

1. Install "python39-autobahn" package

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

$ sudo zypper refresh $ sudo zypper install python39-autobahn

2. Uninstall "python39-autobahn" package

This is a short guide on how to uninstall python39-autobahn on openSuSE Tumbleweed:

$ sudo zypper remove python39-autobahn

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

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