How To Install python-simpy-doc on Fedora 36

In this tutorial we learn how to install python-simpy-doc in Fedora 36. python-simpy-doc is Documentation for SimPy, the Python simulation framework

Introduction

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

What is python-simpy-doc

SimPy (= Simulation in Python) is an object-oriented, process-based discrete-event simulation language based on standard Python. This package contains the documentation including source code documentation.

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

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

sudo dnf -y install python-simpy-doc

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

sudo yum -y install python-simpy-doc

How To Uninstall python-simpy-doc on Fedora 36

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

sudo dnf remove python-simpy-doc

python-simpy-doc Package Contents on Fedora 36

/usr/share/doc/python-simpy-doc
/usr/share/doc/python-simpy-doc/examples
/usr/share/doc/python-simpy-doc/examples/bank_renege.rst
/usr/share/doc/python-simpy-doc/examples/carwash.rst
/usr/share/doc/python-simpy-doc/examples/code
/usr/share/doc/python-simpy-doc/examples/code/README.txt
/usr/share/doc/python-simpy-doc/examples/code/bank_renege.out
/usr/share/doc/python-simpy-doc/examples/code/bank_renege.out2
/usr/share/doc/python-simpy-doc/examples/code/bank_renege.py
/usr/share/doc/python-simpy-doc/examples/code/carwash.out
/usr/share/doc/python-simpy-doc/examples/code/carwash.out2
/usr/share/doc/python-simpy-doc/examples/code/carwash.py
/usr/share/doc/python-simpy-doc/examples/code/gas_station_refuel.out
/usr/share/doc/python-simpy-doc/examples/code/gas_station_refuel.out2
/usr/share/doc/python-simpy-doc/examples/code/gas_station_refuel.py
/usr/share/doc/python-simpy-doc/examples/code/latency.out
/usr/share/doc/python-simpy-doc/examples/code/latency.out2
/usr/share/doc/python-simpy-doc/examples/code/latency.py
/usr/share/doc/python-simpy-doc/examples/code/machine_shop.out
/usr/share/doc/python-simpy-doc/examples/code/machine_shop.out2
/usr/share/doc/python-simpy-doc/examples/code/machine_shop.py
/usr/share/doc/python-simpy-doc/examples/code/movie_renege.out
/usr/share/doc/python-simpy-doc/examples/code/movie_renege.out2
/usr/share/doc/python-simpy-doc/examples/code/movie_renege.py
/usr/share/doc/python-simpy-doc/examples/code/process_communication.out
/usr/share/doc/python-simpy-doc/examples/code/process_communication.out2
/usr/share/doc/python-simpy-doc/examples/code/process_communication.py
/usr/share/doc/python-simpy-doc/examples/gas_station_refuel.rst
/usr/share/doc/python-simpy-doc/examples/index.rst
/usr/share/doc/python-simpy-doc/examples/latency.rst
/usr/share/doc/python-simpy-doc/examples/machine_shop.rst
/usr/share/doc/python-simpy-doc/examples/movie_renege.rst
/usr/share/doc/python-simpy-doc/examples/process_communication.rst

References

Summary

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