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

Last updated: October 11,2024

1. Install "python3-stochastic.noarch" package

This guide covers the steps necessary to install python3-stochastic.noarch on Fedora 36

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

2. Uninstall "python3-stochastic.noarch" package

This tutorial shows how to uninstall python3-stochastic.noarch on Fedora 36:

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

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

Last metadata expiration check: 3:18:33 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python3-stochastic
Version : 0.7.0
Release : 1.fc36
Architecture : noarch
Size : 73 k
Source : python-stochastic-0.7.0-1.fc36.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.