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

Last updated: November 08,2024

1. Install "python311-autobahn" package

Here is a brief guide to show you how to install python311-autobahn on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-autobahn

2. Uninstall "python311-autobahn" package

This guide covers the steps necessary to uninstall python311-autobahn on openSuSE Tumbleweed:

$ sudo zypper remove python311-autobahn

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

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