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

Last updated: October 07,2024

1. Install "python3-simpy.noarch" package

Here is a brief guide to show you how to install python3-simpy.noarch on Fedora 34

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

2. Uninstall "python3-simpy.noarch" package

Please follow the steps below to uninstall python3-simpy.noarch on Fedora 34:

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

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

Last metadata expiration check: 3:54:45 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-simpy
Version : 3.0.9
Release : 18.fc34
Architecture : noarch
Size : 49 k
Source : python-simpy-3.0.9-18.fc34.src.rpm
Repository : fedora
Summary : Python simulation framework
URL : https://simpy.readthedocs.io/
License : LGPLv2+
Description : SimPy (= Simulation in Python3) is an object-oriented, process-based
: discrete-event simulation language based on standard Python. It
: provides the modeler with components of a simulation model including
: processes, for active components like customers, messages, and
: vehicles, and resources, for passive components that form limited
: capacity congestion points like servers, checkout counters, and
: tunnels. It also provides monitor variables to aid in gathering
: statistics. Random variates are provided by the standard Python random
: module.