How to Install and Uninstall python-autobahn Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 18,2024

1. Install "python-autobahn" package

This is a short guide on how to install python-autobahn on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-autobahn

2. Uninstall "python-autobahn" package

Here is a brief guide to show you how to uninstall python-autobahn on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-autobahn $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-autobahn package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-autobahn
Priority: optional
Section: universe/python
Installed-Size: 885
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: all
Version: 0.10.3+dfsg1-5
Depends: python-concurrent.futures (>= 2.1.5), python-lz4 (>= 0.2.1), python-msgpack (>= 0.4.0), python-six (>= 1.6.1), python-snappy (>= 0.5), python-trollius (>= 0.1.2), python-twisted (>= 11.1), python-txaio (>= 1.0.0), python-zope.interface (>= 3.6), python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/universe/p/python-autobahn/python-autobahn_0.10.3+dfsg1-5_all.deb
Size: 114532
MD5sum: 5cf882baed5b944196eeb7d8a8eafe68
SHA1: 419bac30c51cfc1e7d23a5f72c401f96b23ecf16
SHA256: 3b0a955e22c63804dfcfffe6ac52096f6bbcc8e5b4966e4b10dbebf9c0952c9a
Description-en: WebSocket client and server library, WAMP framework - Python 2.x
Autobahn|Python is a networking library that is part of the Autobahn project
and provides implementations of:
* The WebSocket Protocol
* The Web Application Messaging Protocol (WAMP)
for Twisted and asyncio, on Python 2 & 3 and for writing servers and clients.
.
WebSocket allows bidirectional real-time messaging on the Web and WAMP adds
asynchronous Remote Procedure Calls and Publish & Subscribe on top of
WebSocket.
.
This package contains the Python 2.x module.
Description-md5: ee62966b6f7eb35c7c66aac38c6544ad
Homepage: http://autobahn.ws/python
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu