How to Install and Uninstall python3-autobahn.noarch Package on Fedora 34

Last updated: September 29,2024

1. Install "python3-autobahn.noarch" package

Please follow the instructions below to install python3-autobahn.noarch on Fedora 34

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

2. Uninstall "python3-autobahn.noarch" package

Here is a brief guide to show you how to uninstall python3-autobahn.noarch on Fedora 34:

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

3. Information about the python3-autobahn.noarch package on Fedora 34

Last metadata expiration check: 1:08:29 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-autobahn
Version : 21.2.2
Release : 2.fc34
Architecture : noarch
Size : 626 k
Source : python-autobahn-21.2.2-2.fc34.src.rpm
Repository : fedora
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.