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

Last updated: October 06,2024

1. Install "python3-pysb.noarch" package

This is a short guide on how to install python3-pysb.noarch on Fedora 36

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

2. Uninstall "python3-pysb.noarch" package

This is a short guide on how to uninstall python3-pysb.noarch on Fedora 36:

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

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

Last metadata expiration check: 1:03:21 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : python3-pysb
Version : 1.13.1
Release : 2.fc36
Architecture : noarch
Size : 414 k
Source : python-pysb-1.13.1-2.fc36.src.rpm
Repository : fedora
Summary : Rule-based modeling of biochemical systems as Python programs
URL : https://pysb.org/
License : BSD
Description : PySB is a framework for building mathematical models of biochemical
: systems as Python programs. PySB abstracts the complex process of
: creating equations describing interactions among multiple proteins or
: other biomolecules into a simple and intuitive domain specific
: programming language, which is internally translated into BioNetGen or
: Kappa rules and from there into systems of equations. PySB makes it
: straightforward to divide models into modules and to call libraries of
: reusable elements (macros) that encode standard biochemical
: actions. These features promote model transparency, reuse and
: accuracy. PySB also interoperates with standard scientific Python
: libraries such as NumPy, SciPy and SymPy enabling model simulation and
: analysis.