How to Install and Uninstall scanmem Package on openSUSE Leap

Last updated: May 18,2024

1. Install "scanmem" package

This guide let you learn how to install scanmem on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install scanmem

2. Uninstall "scanmem" package

Learn how to uninstall scanmem on openSUSE Leap:

$ sudo zypper remove scanmem

3. Information about the scanmem package on openSUSE Leap

Information for package scanmem:
--------------------------------
Repository : Main Repository
Name : scanmem
Version : 0.17-bp155.3.10
Arch : x86_64
Vendor : openSUSE
Installed Size : 136.7 KiB
Installed : No
Status : not installed
Source package : scanmem-0.17-bp155.3.10.src
Upstream URL : https://github.com/scanmem/scanmem
Summary : Interactive debugging utility
Description :
scanmem is a debugging utility designed to isolate the address of an
arbitrary variable in an executing process. scanmem simply needs to be told
the PID of the process, and the value of the variable at several different
times. After several scans of the process, scanmem isolates the position of
the variable and allows you to modify its value.