How to Install and Uninstall python38-memory_profiler Package on openSuSE Tumbleweed

Last updated: May 17,2024

1. Install "python38-memory_profiler" package

This guide covers the steps necessary to install python38-memory_profiler on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-memory_profiler

2. Uninstall "python38-memory_profiler" package

Please follow the step by step instructions below to uninstall python38-memory_profiler on openSuSE Tumbleweed:

$ sudo zypper remove python38-memory_profiler

3. Information about the python38-memory_profiler package on openSuSE Tumbleweed

Information for package python38-memory_profiler:
-------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-memory_profiler
Version : 0.57.0-2.8
Arch : noarch
Vendor : openSUSE
Installed Size : 220,1 KiB
Installed : No
Status : not installed
Source package : python-memory_profiler-0.57.0-2.8.src
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.