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

Last updated: October 05,2024

1. Install "python3-pysb.noarch" package

Please follow the steps below to install python3-pysb.noarch on Fedora 34

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

2. Uninstall "python3-pysb.noarch" package

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

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

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

Last metadata expiration check: 0:29:47 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : python3-pysb
Version : 1.13.0
Release : 2.fc34
Architecture : noarch
Size : 409 k
Source : python-pysb-1.13.0-2.fc34.src.rpm
Repository : updates
Summary : Rule-based modeling of biochemical systems as Python programs
URL : http://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.