How to Install and Uninstall python3-simpy3 Package on Kali Linux

Last updated: April 30,2024

1. Install "python3-simpy3" package

This guide covers the steps necessary to install python3-simpy3 on Kali Linux

$ sudo apt update $ sudo apt install python3-simpy3

2. Uninstall "python3-simpy3" package

This guide covers the steps necessary to uninstall python3-simpy3 on Kali Linux:

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

3. Information about the python3-simpy3 package on Kali Linux

Package: python3-simpy3
Source: python-simpy3
Version: 3.0.11-3
Installed-Size: 113
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Recommends: python-simpy3-doc
Size: 28080
SHA256: 8baa51a71348e8f048e225cf7ef33e37db631fa9e687732a1002b513b0d45f67
SHA1: 63eb6b93e35b1d8997e1be5bf00c700e249865cd
MD5sum: fb47d7a5829b3ea182be02fed5ab4c98
Description: python-based simulation package (Python3 version)
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 Python3 version of SimPy 3.
Description-md5:
Homepage: https://simpy.rtfd.org
Section: python
Priority: optional
Filename: pool/main/p/python-simpy3/python3-simpy3_3.0.11-3_all.deb