How to Install and Uninstall python3-simpy3 Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 21,2024

1. Install "python3-simpy3" package

In this section, we are going to explain the necessary steps to install python3-simpy3 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-simpy3

2. Uninstall "python3-simpy3" package

Please follow the step by step instructions below to uninstall python3-simpy3 on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the python3-simpy3 package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-simpy3
Priority: optional
Section: universe/python
Installed-Size: 189
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: python-simpy3
Version: 3.0.7+dfsg-1
Depends: python3:any (>= 3.3.2-2~)
Recommends: python-simpy3-doc
Filename: pool/universe/p/python-simpy3/python3-simpy3_3.0.7+dfsg-1_all.deb
Size: 33456
MD5sum: 82a69de100f85722f8ce509bf67b079d
SHA1: 42827c0cf5c7436be9e1b5b4c6197448e23c913c
SHA256: 94c6071a0111f3e8c9ff4b7321028671b669f3f6ebcbe01febadf10d59ae2813
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
Homepage: http://simpy.rtfd.org
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu