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

Last updated: May 01,2024

1. Install "python-simpy3-doc" package

Here is a brief guide to show you how to install python-simpy3-doc on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-simpy3-doc

2. Uninstall "python-simpy3-doc" package

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

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

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

Package: python-simpy3-doc
Priority: optional
Section: universe/doc
Installed-Size: 1336
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: python-simpy3
Version: 3.0.7+dfsg-1
Depends: libjs-sphinxdoc (>= 1.0)
Filename: pool/universe/p/python-simpy3/python-simpy3-doc_3.0.7+dfsg-1_all.deb
Size: 414992
MD5sum: 082ea2f83884217c19bc8f730eabeb76
SHA1: ab99c1229e6e646ac6973cb3b7aad1930035a3cb
SHA256: 7aa7fd303d7313560df21eeffc8a16f0daa8b74bccbfb6584840b9adf0982392
Description-en: python-based simulation package, Documentation and examples
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 HTML docs and examples of SimPy 3.
Description-md5: 8b4c1acd0a684c4e9e963a5896679ccc
Homepage: http://simpy.rtfd.org
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu