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

Last updated: May 22,2024

1. Install "python-simpy3" package

Please follow the instructions below to install python-simpy3 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-simpy3

2. Uninstall "python-simpy3" package

This tutorial shows how to uninstall python-simpy3 on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-simpy3
Priority: optional
Section: universe/python
Installed-Size: 193
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Version: 3.0.7+dfsg-1
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~)
Recommends: python-simpy3-doc
Filename: pool/universe/p/python-simpy3/python-simpy3_3.0.7+dfsg-1_all.deb
Size: 33724
MD5sum: b17220acaa30d416c49f963637c79ba9
SHA1: e50482106ae461b05649bd837bb9771367011e0a
SHA256: b18a548dc60dad959ac863e64cf5636c1c4353fc4d41fc4cb533af329e41a411
Description-en: python-based simulation package
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 SimPy 3, which has conceptual and API changes from the
previous version SimPy 2.
Description-md5: 0a7eada145275c5e36832d71a76f9ad2
Homepage: http://simpy.rtfd.org
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu