How to Install and Uninstall python3-Pympler Package on openSUSE Leap

Last updated: May 17,2024

1. Install "python3-Pympler" package

Please follow the guidelines below to install python3-Pympler on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-Pympler

2. Uninstall "python3-Pympler" package

In this section, we are going to explain the necessary steps to uninstall python3-Pympler on openSUSE Leap:

$ sudo zypper remove python3-Pympler

3. Information about the python3-Pympler package on openSUSE Leap

Information for package python3-Pympler:
----------------------------------------
Repository : Main Repository
Name : python3-Pympler
Version : 0.8-1.6
Arch : noarch
Vendor : SUSE LLC
Installed Size : 1.2 MiB
Installed : No
Status : not installed
Source package : python-Pympler-0.8-1.6.src
Upstream URL : https://github.com/pympler/pympler
Summary : A tool to analyze the memory behavior of Python objects
Description :
Pympler is a development tool to measure, monitor and analyze the
memory behavior of Python objects in a running Python application.
By pympling a Python application, detailed insight in the size and
the lifetime of Python objects can be obtained. Undesirable or
unexpected runtime behavior like memory bloat and other "pymples"
can easily be identified.