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

Last updated: May 18,2024

1. Install "python-meliae" package

In this section, we are going to explain the necessary steps to install python-meliae on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-meliae

2. Uninstall "python-meliae" package

This guide covers the steps necessary to uninstall python-meliae on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-meliae
Priority: optional
Section: universe/python
Installed-Size: 304
Maintainer: Ubuntu Developers
Original-Maintainer: Jelmer Vernooij
Architecture: amd64
Source: meliae
Version: 0.4.0+bzr199-1
Provides: python2.7-meliae
Depends: python (>= 2.7), python (<< 2.8), libc6 (>= 2.4)
Recommends: python-simplejson
Suggests: python-meliae-dbg
Filename: pool/universe/m/meliae/python-meliae_0.4.0+bzr199-1_amd64.deb
Size: 81166
MD5sum: 63d1141457c093b84d65c66b8e99306c
SHA1: e38c50c02fe06fe7ac194f59a7cee4321be14471
SHA256: dd8e0801f8996cfa38d32dcf1909b2cd705ab5366a4c211044945e1553f24403
Description-en: Memory analysis tool for Python
Meliae is a library meant to help people understand how their memory is being
used in Python.
.
This project is similar to heapy (in the 'guppy' project), in its attempt to
understand how memory has been allocated.
.
Currently, its main difference is that it splits the task of computing
summary statistics of memory consumption from the actual scanning of memory
consumption.
Description-md5: d83b674ba293bbecf7a2e6507bc5ce03
Homepage: https://launchpad.net/meliae
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu