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

Last updated: October 06,2024

1. Install "python3-rx.noarch" package

This is a short guide on how to install python3-rx.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

2. Uninstall "python3-rx.noarch" package

Please follow the instructions below to uninstall python3-rx.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

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

Last metadata expiration check: 0:17:53 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-rx
Version : 3.2.0
Release : 9.el9
Architecture : noarch
Size : 290 k
Source : python-rx-3.2.0-9.el9.src.rpm
Repository : epel
Summary : Reactive Extensions (Rx) for Python
URL : https://github.com/ReactiveX/RxPY
License : MIT
Description : Rx is a library for composing asynchronous and event-based programs using
: observable collections and LINQ-style query operators in Python.