How to Install and Uninstall python3-simpy3 Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 21,2024

1. Install "python3-simpy3" package

This guide let you learn how to install python3-simpy3 on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python3-simpy3

2. Uninstall "python3-simpy3" package

Learn how to uninstall python3-simpy3 on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove python3-simpy3 $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-simpy3 package on Ubuntu 21.10 (Impish Indri)

Package: python3-simpy3
Architecture: all
Version: 3.0.11-2
Priority: optional
Section: universe/python
Source: python-simpy3
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 119
Depends: python3:any
Recommends: python-simpy3-doc
Filename: pool/universe/p/python-simpy3/python3-simpy3_3.0.11-2_all.deb
Size: 25528
MD5sum: 4ae80fb77b86edab157c5e6ec463aa43
SHA1: 5f59b076ce6307a13de474101e7e679c64220d9e
SHA256: afd357debb405380449dcfc0372f4e9a2aef2a042d21d7cf3a20ce62910663cf
SHA512: daac965d36b7a627939c1f2808b8bcc08e5a6fb61851041dfb786879d8b0cdbab1526d354fd7e57310fd64f5c648842ad14783355f10c70d551b2626093b6675
Homepage: http://simpy.rtfd.org
Description-en: python-based simulation package (Python3 version)
SimPy is a process-based discrete-event simulation language based on
standard Python.
.
Its event dispatcher is based on Python’s generators and can also be
used for asynchronous networking or to implement multi-agent systems (with
both, simulated and real communication). Processes in SimPy are defined by
Python generator functions and can, for example, be used to model active
components like customers, vehicles or agents. SimPy also provides various
types of shared resources to model limited capacity congestion points (like
servers, checkout counters and tunnels).
.
This package contains the Python3 version of SimPy 3.
Description-md5: d2a4ca2de2036cf4ab5c99ef5f0b2dc1