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

Last updated: May 13,2024

1. Install "python3-autobahn" package

In this section, we are going to explain the necessary steps to install python3-autobahn on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-autobahn

2. Uninstall "python3-autobahn" package

This guide let you learn how to uninstall python3-autobahn on openSUSE Leap:

$ sudo zypper remove python3-autobahn

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

Information for package python3-autobahn:
-----------------------------------------
Repository : Main Repository
Name : python3-autobahn
Version : 18.9.2-bp155.2.9
Arch : noarch
Vendor : openSUSE
Installed Size : 2.8 MiB
Installed : No
Status : not installed
Source package : python-autobahn-18.9.2-bp155.2.9.src
Upstream URL : http://crossbar.io/autobahn
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.