How To Install python3-simframe on Fedora 36

In this tutorial we learn how to install python3-simframe in Fedora 36. python3-simframe is Python framework for setting up and running scientific simulations

Introduction

In this tutorial we learn how to install python3-simframe on Fedora 36.

What is python3-simframe

Simframe is a Python framework to facilitate scientific simulations. The scope of the software is to provide a framework which can hold data fields, which can be used to integrate differential equations, and which can read and write data files.

We can use yum or dnf to install python3-simframe on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install python3-simframe.

Install python3-simframe on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install python3-simframe using dnf by running the following command:

sudo dnf -y install python3-simframe

Install python3-simframe on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install python3-simframe using yum by running the following command:

sudo yum -y install python3-simframe

How To Uninstall python3-simframe on Fedora 36

To uninstall only the python3-simframe package we can use the following command:

sudo dnf remove python3-simframe

python3-simframe Package Contents on Fedora 36

/usr/lib/python3.10/site-packages/simframe
/usr/lib/python3.10/site-packages/simframe-1.0.1.dist-info
/usr/lib/python3.10/site-packages/simframe-1.0.1.dist-info/INSTALLER
/usr/lib/python3.10/site-packages/simframe-1.0.1.dist-info/LICENSE
/usr/lib/python3.10/site-packages/simframe-1.0.1.dist-info/METADATA
/usr/lib/python3.10/site-packages/simframe-1.0.1.dist-info/WHEEL
/usr/lib/python3.10/site-packages/simframe-1.0.1.dist-info/top_level.txt
/usr/lib/python3.10/site-packages/simframe/__init__.py
/usr/lib/python3.10/site-packages/simframe/__pycache__
/usr/lib/python3.10/site-packages/simframe/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/simframe/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/simframe/frame
/usr/lib/python3.10/site-packages/simframe/frame/__init__.py
/usr/lib/python3.10/site-packages/simframe/frame/__pycache__
/usr/lib/python3.10/site-packages/simframe/frame/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/simframe/frame/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/simframe/frame/__pycache__/abstractgroup.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/simframe/frame/__pycache__/abstractgroup.cpython-310.pyc
/usr/lib/python3.10/site-packages/simframe/frame/__pycache__/field.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/simframe/frame/__pycache__/field.cpython-310.pyc
/usr/lib/python3.10/site-packages/simframe/frame/__pycache__/frame.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/simframe/frame/__pycache__/frame.cpython-310.pyc
/usr/lib/python3.10/site-packages/simframe/frame/__pycache__/group.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/simframe/frame/__pycache__/group.cpython-310.pyc
/usr/lib/python3.10/site-packages/simframe/frame/__pycache__/heartbeat.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/simframe/frame/__pycache__/heartbeat.cpython-310.pyc
/usr/lib/python3.10/site-packages/simframe/frame/__pycache__/intvar.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/simframe/frame/__pycache__/intvar.cpython-310.pyc
/usr/lib/python3.10/site-packages/simframe/frame/__pycache__/updater.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/simframe/frame/__pycache__/updater.cpython-310.pyc
/usr/lib/python3.10/site-packages/simframe/frame/abstractgroup.py
/usr/lib/python3.10/site-packages/simframe/frame/field.py
/usr/lib/python3.10/site-packages/simframe/frame/frame.py
/usr/lib/python3.10/site-packages/simframe/frame/group.py
/usr/lib/python3.10/site-packages/simframe/frame/heartbeat.py
/usr/lib/python3.10/site-packages/simframe/frame/intvar.py
/usr/lib/python3.10/site-packages/simframe/frame/updater.py
/usr/lib/python3.10/site-packages/simframe/integration
/usr/lib/python3.10/site-packages/simframe/integration/__init__.py
/usr/lib/python3.10/site-packages/simframe/integration/__pycache__
/usr/lib/python3.10/site-packages/simframe/integration/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/simframe/integration/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/simframe/integration/__pycache__/instruction.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/simframe/integration/__pycache__/instruction.cpython-310.pyc
/usr/lib/python3.10/site-packages/simframe/integration/__pycache__/integrator.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/simframe/integration/__pycache__/integrator.cpython-310.pyc
/usr/lib/python3.10/site-packages/simframe/integration/__pycache__/scheme.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/simframe/integration/__pycache__/scheme.cpython-310.pyc
/usr/lib/python3.10/site-packages/simframe/integration/instruction.py
/usr/lib/python3.10/site-packages/simframe/integration/integrator.py
/usr/lib/python3.10/site-packages/simframe/integration/scheme.py
/usr/lib/python3.10/site-packages/simframe/integration/schemes
/usr/lib/python3.10/site-packages/simframe/integration/schemes/__init__.py
/usr/lib/python3.10/site-packages/simframe/integration/schemes/__pycache__
/usr/lib/python3.10/site-packages/simframe/integration/schemes/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/simframe/integration/schemes/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/simframe/integration/schemes/__pycache__/expl_1_euler.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/simframe/integration/schemes/__pycache__/expl_1_euler.cpython-310.pyc
/usr/lib/python3.10/site-packages/simframe/integration/schemes/__pycache__/expl_2_fehlberg_adptv.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/simframe/integration/schemes/__pycache__/expl_2_fehlberg_adptv.cpython-310.pyc
/usr/lib/python3.10/site-packages/simframe/integration/schemes/__pycache__/expl_2_heun.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/simframe/integration/schemes/__pycache__/expl_2_heun.cpython-310.pyc
/usr/lib/python3.10/site-packages/simframe/integration/schemes/__pycache__/expl_2_heun_euler_adptv.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/simframe/integration/schemes/__pycache__/expl_2_heun_euler_adptv.cpython-310.pyc
/usr/lib/python3.10/site-packages/simframe/integration/schemes/__pycache__/expl_2_midpoint.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/simframe/integration/schemes/__pycache__/expl_2_midpoint.cpython-310.pyc
/usr/lib/python3.10/site-packages/simframe/integration/schemes/__pycache__/expl_2_ralston.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/simframe/integration/schemes/__pycache__/expl_2_ralston.cpython-310.pyc
/usr/lib/python3.10/site-packages/simframe/integration/schemes/__pycache__/expl_3_bogacki_shampine_adptv.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/simframe/integration/schemes/__pycache__/expl_3_bogacki_shampine_adptv.cpython-310.pyc
/usr/lib/python3.10/site-packages/simframe/integration/schemes/__pycache__/expl_3_gottlieb_shu_adptv.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/simframe/integration/schemes/__pycache__/expl_3_gottlieb_shu_adptv.cpython-310.pyc
/usr/lib/python3.10/site-packages/simframe/integration/schemes/__pycache__/expl_3_heun.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/simframe/integration/schemes/__pycache__/expl_3_heun.cpython-310.pyc
/usr/lib/python3.10/site-packages/simframe/integration/schemes/__pycache__/expl_3_kutta.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/simframe/integration/schemes/__pycache__/expl_3_kutta.cpython-310.pyc
/usr/lib/python3.10/site-packages/simframe/integration/schemes/__pycache__/expl_3_ralston.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/simframe/integration/schemes/__pycache__/expl_3_ralston.cpython-310.pyc
/usr/lib/python3.10/site-packages/simframe/integration/schemes/__pycache__/expl_3_ssprk.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/simframe/integration/schemes/__pycache__/expl_3_ssprk.cpython-310.pyc
/usr/lib/python3.10/site-packages/simframe/integration/schemes/__pycache__/expl_4_38rule.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/simframe/integration/schemes/__pycache__/expl_4_38rule.cpython-310.pyc
/usr/lib/python3.10/site-packages/simframe/integration/schemes/__pycache__/expl_4_ralston.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/simframe/integration/schemes/__pycache__/expl_4_ralston.cpython-310.pyc
/usr/lib/python3.10/site-packages/simframe/integration/schemes/__pycache__/expl_4_runge_kutta.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/simframe/integration/schemes/__pycache__/expl_4_runge_kutta.cpython-310.pyc
/usr/lib/python3.10/site-packages/simframe/integration/schemes/__pycache__/expl_5_cash_karp_adptv.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/simframe/integration/schemes/__pycache__/expl_5_cash_karp_adptv.cpython-310.pyc
/usr/lib/python3.10/site-packages/simframe/integration/schemes/__pycache__/expl_5_dormand_prince_adptv.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/simframe/integration/schemes/__pycache__/expl_5_dormand_prince_adptv.cpython-310.pyc
/usr/lib/python3.10/site-packages/simframe/integration/schemes/__pycache__/impl_1_euler_direct.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/simframe/integration/schemes/__pycache__/impl_1_euler_direct.cpython-310.pyc
/usr/lib/python3.10/site-packages/simframe/integration/schemes/__pycache__/impl_1_euler_gmres.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/simframe/integration/schemes/__pycache__/impl_1_euler_gmres.cpython-310.pyc
/usr/lib/python3.10/site-packages/simframe/integration/schemes/__pycache__/impl_2_midpoint_direct.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/simframe/integration/schemes/__pycache__/impl_2_midpoint_direct.cpython-310.pyc
/usr/lib/python3.10/site-packages/simframe/integration/schemes/__pycache__/update.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/simframe/integration/schemes/__pycache__/update.cpython-310.pyc
/usr/lib/python3.10/site-packages/simframe/integration/schemes/expl_1_euler.py
/usr/lib/python3.10/site-packages/simframe/integration/schemes/expl_2_fehlberg_adptv.py
/usr/lib/python3.10/site-packages/simframe/integration/schemes/expl_2_heun.py
/usr/lib/python3.10/site-packages/simframe/integration/schemes/expl_2_heun_euler_adptv.py
/usr/lib/python3.10/site-packages/simframe/integration/schemes/expl_2_midpoint.py
/usr/lib/python3.10/site-packages/simframe/integration/schemes/expl_2_ralston.py
/usr/lib/python3.10/site-packages/simframe/integration/schemes/expl_3_bogacki_shampine_adptv.py
/usr/lib/python3.10/site-packages/simframe/integration/schemes/expl_3_gottlieb_shu_adptv.py
/usr/lib/python3.10/site-packages/simframe/integration/schemes/expl_3_heun.py
/usr/lib/python3.10/site-packages/simframe/integration/schemes/expl_3_kutta.py
/usr/lib/python3.10/site-packages/simframe/integration/schemes/expl_3_ralston.py
/usr/lib/python3.10/site-packages/simframe/integration/schemes/expl_3_ssprk.py
/usr/lib/python3.10/site-packages/simframe/integration/schemes/expl_4_38rule.py
/usr/lib/python3.10/site-packages/simframe/integration/schemes/expl_4_ralston.py
/usr/lib/python3.10/site-packages/simframe/integration/schemes/expl_4_runge_kutta.py
/usr/lib/python3.10/site-packages/simframe/integration/schemes/expl_5_cash_karp_adptv.py
/usr/lib/python3.10/site-packages/simframe/integration/schemes/expl_5_dormand_prince_adptv.py
/usr/lib/python3.10/site-packages/simframe/integration/schemes/impl_1_euler_direct.py
/usr/lib/python3.10/site-packages/simframe/integration/schemes/impl_1_euler_gmres.py
/usr/lib/python3.10/site-packages/simframe/integration/schemes/impl_2_midpoint_direct.py
/usr/lib/python3.10/site-packages/simframe/integration/schemes/update.py
/usr/lib/python3.10/site-packages/simframe/io
/usr/lib/python3.10/site-packages/simframe/io/__init__.py
/usr/lib/python3.10/site-packages/simframe/io/__pycache__
/usr/lib/python3.10/site-packages/simframe/io/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/simframe/io/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/simframe/io/__pycache__/dump.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/simframe/io/__pycache__/dump.cpython-310.pyc
/usr/lib/python3.10/site-packages/simframe/io/__pycache__/progress.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/simframe/io/__pycache__/progress.cpython-310.pyc
/usr/lib/python3.10/site-packages/simframe/io/__pycache__/reader.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/simframe/io/__pycache__/reader.cpython-310.pyc
/usr/lib/python3.10/site-packages/simframe/io/__pycache__/writer.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/simframe/io/__pycache__/writer.cpython-310.pyc
/usr/lib/python3.10/site-packages/simframe/io/dump.py
/usr/lib/python3.10/site-packages/simframe/io/progress.py
/usr/lib/python3.10/site-packages/simframe/io/reader.py
/usr/lib/python3.10/site-packages/simframe/io/writer.py
/usr/lib/python3.10/site-packages/simframe/io/writers
/usr/lib/python3.10/site-packages/simframe/io/writers/__init__.py
/usr/lib/python3.10/site-packages/simframe/io/writers/__pycache__
/usr/lib/python3.10/site-packages/simframe/io/writers/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/simframe/io/writers/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/simframe/io/writers/__pycache__/hdf5writer.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/simframe/io/writers/__pycache__/hdf5writer.cpython-310.pyc
/usr/lib/python3.10/site-packages/simframe/io/writers/__pycache__/namespacewriter.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/simframe/io/writers/__pycache__/namespacewriter.cpython-310.pyc
/usr/lib/python3.10/site-packages/simframe/io/writers/hdf5writer.py
/usr/lib/python3.10/site-packages/simframe/io/writers/namespacewriter.py
/usr/lib/python3.10/site-packages/simframe/utils
/usr/lib/python3.10/site-packages/simframe/utils/__init__.py
/usr/lib/python3.10/site-packages/simframe/utils/__pycache__
/usr/lib/python3.10/site-packages/simframe/utils/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/simframe/utils/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/simframe/utils/__pycache__/color.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/simframe/utils/__pycache__/color.cpython-310.pyc
/usr/lib/python3.10/site-packages/simframe/utils/color.py
/usr/share/doc/python3-simframe
/usr/share/doc/python3-simframe/README.md
/usr/share/licenses/python3-simframe
/usr/share/licenses/python3-simframe/LICENSE

References

Summary

In this tutorial we learn how to install python3-simframe on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).