How to Install and Uninstall python3-autobahn.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 11,2024

1. Install "python3-autobahn.noarch" package

In this section, we are going to explain the necessary steps to install python3-autobahn.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

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

2. Uninstall "python3-autobahn.noarch" package

Please follow the guidelines below to uninstall python3-autobahn.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

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

3. Information about the python3-autobahn.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:14:07 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : python3-autobahn
Version : 19.10.1
Release : 3.el8
Architecture : noarch
Size : 746 k
Source : python-autobahn-19.10.1-3.el8.src.rpm
Repository : epel
Summary : Python networking library for WebSocket and WAMP
URL : https://pypi.python.org/pypi/autobahn
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 asyncio on Python 2 & 3 and for writing servers and clients.