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

Last updated: May 19,2024

1. Install "python3-memory_profiler" package

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

$ sudo zypper refresh $ sudo zypper install python3-memory_profiler

2. Uninstall "python3-memory_profiler" package

Please follow the steps below to uninstall python3-memory_profiler on openSUSE Leap:

$ sudo zypper remove python3-memory_profiler

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

Information for package python3-memory_profiler:
------------------------------------------------
Repository : Main Repository
Name : python3-memory_profiler
Version : 0.57.0-bp155.2.12
Arch : noarch
Vendor : openSUSE
Installed Size : 224.0 KiB
Installed : No
Status : not installed
Source package : python-memory_profiler-0.57.0-bp155.2.12.src
Upstream URL : https://github.com/pythonprofilers/memory_profiler
Summary : A module for monitoring memory usage of a python program
Description :
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. It is a pure python module and has the psutil
module as optional (but highly recommended) dependencies.