How to Install and Uninstall python-simpy3-doc Package on Kali Linux

Last updated: May 08,2024

1. Install "python-simpy3-doc" package

Please follow the step by step instructions below to install python-simpy3-doc on Kali Linux

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

2. Uninstall "python-simpy3-doc" package

Please follow the guidance below to uninstall python-simpy3-doc on Kali Linux:

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

3. Information about the python-simpy3-doc package on Kali Linux

Package: python-simpy3-doc
Source: python-simpy3
Version: 3.0.11-3
Installed-Size: 1613
Maintainer: Debian Python Team
Architecture: all
Depends: libjs-sphinxdoc (>= 4.3)
Size: 433844
SHA256: 30e1a05fbd7076fa8761c8e86406a6775fdc47b28e945fd6b7a00de2b8591e9d
SHA1: cd1d1d0914d26c0b581c7606f87f60f99cb2adf7
MD5sum: f33d1ed3a2b3a3dd8bd09b32c5af9950
Description: 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:
Multi-Arch: foreign
Homepage: https://simpy.rtfd.org
Section: doc
Priority: optional
Filename: pool/main/p/python-simpy3/python-simpy3-doc_3.0.11-3_all.deb