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

Last updated: May 19,2024

1. Install "python3-pprofile" package

This is a short guide on how to install python3-pprofile on Kali Linux

$ sudo apt update $ sudo apt install python3-pprofile

2. Uninstall "python3-pprofile" package

This tutorial shows how to uninstall python3-pprofile on Kali Linux:

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

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

Package: python3-pprofile
Source: pprofile
Version: 2.1.0-1
Installed-Size: 126
Maintainer: Josue Ortega
Architecture: all
Depends: python3:any (>= 3.6~), python3-pkg-resources
Suggests: python3-ipython
Size: 27648
SHA256: 2eb7a64710d5c1fbcb20823b63b2c2db00481af14354f4ba2173902c29debc32
SHA1: 25c15aec2cf339ba0a2cb69e5484a432cb229555
MD5sum: 0d3e53fa142bd9e50b5de538436e2d7d
Description: Line-granularity, deterministic and statistic Python 3 profiler
Line granularity allows locating precisely where time is spent in code.
Thread awareness automatically propagates profiling to all threads (all
threads in statistic mode, or threads spawned by profiled code in
deterministic mode).
.
Deterministic profiling gives precise measures, but at a large speed
cost (best used on minimal test scenario).
.
Statistic profiling gives rough measure, but has an extremely low
overhead (suitable for live code profiling).
.
Does not require marking methods to profile, allowing non-method
profiling (module imports, class & function declarations and other
module-level code).
.
This package installs the library for Python 3.
Description-md5: dd7d3aa5b7f0f10b55518961cffc3be3
Homepage: https://github.com/vpelletier/pprofile
Section: python
Priority: optional
Filename: pool/main/p/pprofile/python3-pprofile_2.1.0-1_all.deb