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

Last updated: September 20,2024

1. Install "python-memprof" package

This is a short guide on how to install python-memprof on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-memprof

2. Uninstall "python-memprof" package

Learn how to uninstall python-memprof on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-memprof
Priority: extra
Section: universe/python
Installed-Size: 146
Maintainer: Ubuntu Developers
Original-Maintainer: Python Applications Packaging Team
Architecture: amd64
Version: 0.3.4-1build1
Depends: python-pkg-resources, cython, python (<< 2.8), python (>= 2.7~), python-matplotlib, python:any (>= 2.7.5-5~), libc6 (>= 2.4)
Filename: pool/universe/p/python-memprof/python-memprof_0.3.4-1build1_amd64.deb
Size: 60232
MD5sum: f66a8184efd1d3bff8426a27aca84d93
SHA1: e7b7aabc7e00ea4b61cefe455ee2eef26b03c8a5
SHA256: 30d19262aaf4c6f6877dee950795b90fb4ad3435ee32897a937bb000b331d2a8
Description-en: memory profiler for Python (Python 2)
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".
.
This package contains the Python 2 version of memprof.
Description-md5: 24c8388f5f9cfe8ef50f146b7c49bee9
Homepage: http://jmdana.github.io/memprof/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu