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

Last updated: May 18,2024

1. Install "python3-memory-profiler" package

This is a short guide on how to install python3-memory-profiler on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "python3-memory-profiler" package

Please follow the step by step instructions below to uninstall python3-memory-profiler on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-memory-profiler
Priority: optional
Section: universe/python
Installed-Size: 97
Maintainer: Ubuntu Developers
Original-Maintainer: Changwoo Ryu
Architecture: all
Source: python-memory-profiler
Version: 0.31+git20141019-1
Depends: python3-psutil
Filename: pool/universe/p/python-memory-profiler/python3-memory-profiler_0.31+git20141019-1_all.deb
Size: 20530
MD5sum: e02a9198b05513f6539a9f62cc967bf4
SHA1: d2577f25a4a2b9ac9bbffe6428bcb6e2cf633b77
SHA256: 4392ca3e0732716187db4269287c2cf22d11049e0673cba0bdbc63b8ed8a84c8
Description-en: memory consumption analysis for Python programs (Python 3 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 3.x.
Description-md5: fee72d48f6f61c2f751cea9208ec0c73
Homepage: https://github.com/fabianp/memory_profiler
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu