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

Last updated: July 08,2024

1. Install "python2-autobahn" package

Please follow the guidance below to install python2-autobahn on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-autobahn

2. Uninstall "python2-autobahn" package

Learn how to uninstall python2-autobahn on openSUSE Leap:

$ sudo zypper remove python2-autobahn

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

Information for package python2-autobahn:
-----------------------------------------
Repository : Main Repository
Name : python2-autobahn
Version : 17.10.1-bp153.2.18
Arch : noarch
Vendor : openSUSE
Installed Size : 2,6 MiB
Installed : No
Status : not installed
Source package : python-autobahn-17.10.1-bp153.2.18.src
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.