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

Last updated: May 21,2024

1. Install "python-simpy" package

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

$ sudo apt update $ sudo apt install python-simpy

2. Uninstall "python-simpy" package

Here is a brief guide to show you how to uninstall python-simpy on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-simpy
Priority: optional
Section: universe/python
Installed-Size: 235
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Version: 2.3.1-1
Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8)
Recommends: python-simpy-doc, python-simpy-gui
Filename: pool/universe/p/python-simpy/python-simpy_2.3.1-1_all.deb
Size: 38786
MD5sum: b921ddee86055c2f945398b3018425db
SHA1: 1d90e6b7c88bca5c7a71873111ccc01c60458c17
SHA256: 77f4789b36ce53b3d4be127ba4fbb43ebc9a79c7a394e61b368a39a95dc745c6
Description-en: python-based simulation package
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.
Description-md5: 82c681f5293479ec5aeb2027116f15c8
Homepage: http://simpy.sourceforge.net/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu