How to Install and Uninstall python3-stochastic.noarch Package on Fedora 34

Last updated: October 05,2024

1. Install "python3-stochastic.noarch" package

This tutorial shows how to install python3-stochastic.noarch on Fedora 34

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

2. Uninstall "python3-stochastic.noarch" package

Please follow the instructions below to uninstall python3-stochastic.noarch on Fedora 34:

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

3. Information about the python3-stochastic.noarch package on Fedora 34

Last metadata expiration check: 0:50:45 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-stochastic
Version : 0.6.0
Release : 2.fc34
Architecture : noarch
Size : 72 k
Source : python-stochastic-0.6.0-2.fc34.src.rpm
Repository : updates
Summary : Generate realizations of stochastic processes in python
URL : https://github.com/crflynn/stochastic
License : MIT
Description : This package offers a number of common discrete-time, continuous-time,
: and noise process objects for generating realizations of stochastic
: processes as numpy arrays. The diffusion processes are approximated
: using the Euler–Maruyama method.