How to Install and Uninstall zps Package on openSUSE Leap

Last updated: May 18,2024

1. Install "zps" package

Learn how to install zps on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install zps

2. Uninstall "zps" package

This tutorial shows how to uninstall zps on openSUSE Leap:

$ sudo zypper remove zps

3. Information about the zps package on openSUSE Leap

Information for package zps:
----------------------------
Repository : Main Repository
Name : zps
Version : 1.2.8-bp155.1.5
Arch : x86_64
Vendor : openSUSE
Installed Size : 63.8 KiB
Installed : No
Status : not installed
Source package : zps-1.2.8-bp155.1.5.src
Upstream URL : https://github.com/orhun/zps
Summary : Utility for listing and reaping zombie processes
Description :
zps aims to list the running processes at a particular time with stats and indicate
the zombie processes on this list. It can also reap these zombie processes automatically
if `--reap` argument is provided. There's also `--lreap` argument for reaping zombie
processes after listing.