How to Install and Uninstall python3-autobahn.noarch Package on CentOS Stream 9

Last updated: May 20,2024

1. Install "python3-autobahn.noarch" package

Please follow the step by step instructions below to install python3-autobahn.noarch on CentOS Stream 9

$ sudo dnf update $ sudo dnf install python3-autobahn.noarch

2. Uninstall "python3-autobahn.noarch" package

Please follow the step by step instructions below to uninstall python3-autobahn.noarch on CentOS Stream 9:

$ sudo dnf remove python3-autobahn.noarch $ sudo dnf autoremove

3. Information about the python3-autobahn.noarch package on CentOS Stream 9

Last metadata expiration check: 2:24:05 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : python3-autobahn
Version : 23.1.2
Release : 2.el9
Architecture : noarch
Size : 2.6 M
Source : python-autobahn-23.1.2-2.el9.src.rpm
Repository : epel
Summary : Python networking library for WebSocket and WAMP
URL : https://autobahn.readthedocs.io/en/latest/
License : MIT
Description : Autobahn a networking library that is part of the Autobahn project and provides
: implementations of
: * The WebSocket Protocol http://tools.ietf.org/html/rfc6455_
: * The Web Application Messaging Protocol (WAMP) http://wamp.ws
: for Twisted and for writing servers and clients.