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

Last updated: May 20,2024

1. Install "python3-memprof" package

Please follow the guidelines below to install python3-memprof on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-memprof

2. Uninstall "python3-memprof" package

Please follow the instructions below to uninstall python3-memprof on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-memprof
Priority: extra
Section: universe/python
Installed-Size: 84
Maintainer: Ubuntu Developers
Original-Maintainer: Python Applications Packaging Team
Architecture: amd64
Source: python-memprof
Version: 0.3.4-1build1
Depends: python3-pkg-resources, cython3, python3 (<< 3.6), python3 (>= 3.5~), python3-matplotlib, libc6 (>= 2.4)
Recommends: python-memprof
Filename: pool/universe/p/python-memprof/python3-memprof_0.3.4-1build1_amd64.deb
Size: 23048
MD5sum: ae64f75912119616ea6142ad8497bf4a
SHA1: 0166f27ffde9bfd15cb3706ff7281e2c0c29e9b7
SHA256: c94b7b93b853d17de549e339cff2994e25706ea178a4e07a62a08b4b1c309ca1
Description-en: 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: af576da8c397e66089f09c6b633042b6
Homepage: http://jmdana.github.io/memprof/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu