How to Install and Uninstall python3-Pympler.noarch Package on Fedora 34

Last updated: July 03,2024

1. Install "python3-Pympler.noarch" package

Please follow the steps below to install python3-Pympler.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install python3-Pympler.noarch

2. Uninstall "python3-Pympler.noarch" package

Please follow the instructions below to uninstall python3-Pympler.noarch on Fedora 34:

$ sudo dnf remove python3-Pympler.noarch $ sudo dnf autoremove

3. Information about the python3-Pympler.noarch package on Fedora 34

Last metadata expiration check: 1:23:33 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-Pympler
Version : 1.0.1
Release : 1.fc34
Architecture : noarch
Size : 169 k
Source : python-Pympler-1.0.1-1.fc34.src.rpm
Repository : updates
Summary : Measure, monitor and analyze the memory behavior of Python objects
URL : http://pythonhosted.org/Pympler/
License : ASL 2.0 and BSD and MIT
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.
:
: Pympler integrates three previously separate modules into a single,
: comprehensive profiling tool. The asizeof module provides basic size information
: for one or several Python objects, module muppy is used for on-line monitoring
: of a Python application and module Class Tracker provides off-line analysis of
: the lifetime of selected Python objects.