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

Last updated: September 30,2024

1. Install "python3-reactivex.noarch" package

This tutorial shows how to install python3-reactivex.noarch on CentOS Stream 9

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

2. Uninstall "python3-reactivex.noarch" package

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

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

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

Last metadata expiration check: 2:35:06 ago on Sat Mar 16 16:03:45 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.