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

Last updated: October 06,2024

1. Install "python3-memprof" package

Learn how to install python3-memprof on Kali Linux

$ sudo apt update $ sudo apt install python3-memprof

2. Uninstall "python3-memprof" package

Learn how to uninstall python3-memprof on Kali Linux:

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

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

Package: python3-memprof
Source: python-memprof
Version: 0.3.6-5.1
Installed-Size: 196
Maintainer: Debian Python Team
Architecture: amd64
Depends: python3-pkg-resources, python3 (<< 3.13), python3 (>= 3.11~), python3-matplotlib, python3:any, libc6 (>= 2.4)
Size: 71928
SHA256: 19ad0854324a4bab69c300063f6927149e8d21997230855187f92076ca4f1794
SHA1: 4f733271e0a448e8389d0b90c0907f2e8875717b
MD5sum: e97876adc51ad72134c9cea48fe09ac8
Description: memory profiler for Python (Python 3)
python-memprof logs the memory used by variables during the execution
of decorated methods. It creates a report in a text file and you can
plot the result using "mp_plot", which is part of the python-memprof
package.
.
This package contains the Python 3 version of memprof.
Description-md5:
Homepage: https://jmdana.github.io/memprof/
Section: python
Priority: optional
Filename: pool/main/p/python-memprof/python3-memprof_0.3.6-5.1_amd64.deb