How To Install python-simframe-doc on Fedora 36

In this tutorial we learn how to install python-simframe-doc in Fedora 36. python-simframe-doc is Documentation and examples for python-simframe

Introduction

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

What is python-simframe-doc

Documentation and examples for python-simframe.

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

Install python-simframe-doc 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 python-simframe-doc using dnf by running the following command:

sudo dnf -y install python-simframe-doc

Install python-simframe-doc 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 python-simframe-doc using yum by running the following command:

sudo yum -y install python-simframe-doc

How To Uninstall python-simframe-doc on Fedora 36

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

sudo dnf remove python-simframe-doc

python-simframe-doc Package Contents on Fedora 36

/usr/share/doc/python-simframe-doc
/usr/share/doc/python-simframe-doc/README.md
/usr/share/doc/python-simframe-doc/examples
/usr/share/doc/python-simframe-doc/examples/1_simple_integration.ipynb
/usr/share/doc/python-simframe-doc/examples/2_advanced_integration.ipynb
/usr/share/doc/python-simframe-doc/examples/3_updating.ipynb
/usr/share/doc/python-simframe-doc/examples/4_custom_schemes.ipynb
/usr/share/doc/python-simframe-doc/examples/5_adaptive_schemes.ipynb
/usr/share/doc/python-simframe-doc/examples/6_implicit_integration.ipynb
/usr/share/doc/python-simframe-doc/examples/7_coupled_oscillators.ipynb
/usr/share/licenses/python-simframe-doc
/usr/share/licenses/python-simframe-doc/LICENSE

References

Summary

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