How to Install and Uninstall python3-reactivex.noarch Package on Rocky Linux 9

Last updated: October 14,2024

1. Install "python3-reactivex.noarch" package

This guide let you learn how to install python3-reactivex.noarch on Rocky Linux 9

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

2. Uninstall "python3-reactivex.noarch" package

Please follow the guidelines below to uninstall python3-reactivex.noarch on Rocky Linux 9:

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

3. Information about the python3-reactivex.noarch package on Rocky Linux 9

Last metadata expiration check: 2:28:11 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : python3-reactivex
Version : 4.0.4
Release : 1.el9
Architecture : noarch
Size : 302 k
Source : python-reactivex-4.0.4-1.el9.src.rpm
Repository : epel
Summary : API for asynchronous programming with observable streams
URL : https://github.com/ReactiveX/RxPY
License : MIT
Description : ReactiveX for Python (RxPY) is a library for composing asynchronous and
: event-based programs using observable sequences and pipable query
: operators in Python. Using Rx, developers represent asynchronous
: data streams with Observables, query asynchronous data streams
: using operators, and parameterize concurrency in data/event
: streams using Schedulers.