How to Install and Uninstall zps Package on openSuSE Tumbleweed

Last updated: May 18,2024

1. Install "zps" package

This tutorial shows how to install zps on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install zps

2. Uninstall "zps" package

This tutorial shows how to uninstall zps on openSuSE Tumbleweed:

$ sudo zypper remove zps

3. Information about the zps package on openSuSE Tumbleweed

Information for package zps:
----------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : zps
Version : 2.0.0-1.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 71.1 KiB
Installed : No
Status : not installed
Source package : zps-2.0.0-1.2.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.