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

Last updated: May 17,2024

1. Install "python3-simpy" package

This guide let you learn how to install python3-simpy on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-simpy

2. Uninstall "python3-simpy" package

Please follow the guidance below to uninstall python3-simpy on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-simpy
Priority: optional
Section: universe/python
Installed-Size: 233
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: python-simpy
Version: 2.3.1-1
Depends: python3 (>= 3.1.3-13~)
Recommends: python-simpy-doc
Filename: pool/universe/p/python-simpy/python3-simpy_2.3.1-1_all.deb
Size: 38466
MD5sum: af311d01714abf11a77e2eba4f6fff7a
SHA1: efd3f1c7edc5ad8dc41f562555426dd4b8c1b133
SHA256: e3cfbc806704349b46d5511fea832d62cf576a7da1f667ab6920989f570b1398
Description-en: python-based simulation package (Python3 version)
SimPy is a process-based discrete-event simulation language based on
standard Python.
.
It provides the modeller with components of a simulation model.
These include 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.
SimPy comes with extensive plotting capabilities.
.
This package contains the Python3 version of SimPy.
Description-md5: a2e8b8124c79cbea58eca49b71f92f6f
Homepage: http://simpy.sourceforge.net/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu