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

Last updated: June 04,2024

1. Install "python-memory-profiler" package

This guide let you learn how to install python-memory-profiler on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-memory-profiler

2. Uninstall "python-memory-profiler" package

Please follow the guidance below to uninstall python-memory-profiler on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-memory-profiler $ sudo apt autoclean && sudo apt autoremove

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

Package: python-memory-profiler
Priority: optional
Section: universe/python
Installed-Size: 97
Maintainer: Ubuntu Developers
Original-Maintainer: Changwoo Ryu
Architecture: all
Version: 0.31+git20141019-1
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~), python-psutil
Filename: pool/universe/p/python-memory-profiler/python-memory-profiler_0.31+git20141019-1_all.deb
Size: 20452
MD5sum: 4bde572e07344d7f6c9dccb7f684f065
SHA1: 947264755b8bbe3d9c61fd303a6859847cf7ba69
SHA256: ff999a645569606fe17811f7d907cf06aeb1622ee2480f5258d9099ac565384a
Description-en: memory consumption analysis for Python programs (Python 2 build)
This is a Python module for monitoring memory consumption of a process
as well as line-by-line analysis of memory consumption for Python
programs.
.
This module is built for Python version 2.x.
Description-md5: 32d4e63a87cf9aba20df238ba3566fac
Homepage: https://github.com/fabianp/memory_profiler
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu