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

Last updated: October 03,2024

1. Install "python3-reactivex.noarch" package

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

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

2. Uninstall "python3-reactivex.noarch" package

In this section, we are going to explain the necessary steps to uninstall python3-reactivex.noarch on Oracle Linux 9:

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

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

Last metadata expiration check: 1:05:46 ago on Thu Feb 15 07:50:05 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.