How to Install and Uninstall cronic Package on openSuSE Tumbleweed

Last updated: February 24,2025

1. Install "cronic" package

Please follow the steps below to install cronic on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install cronic

2. Uninstall "cronic" package

This guide covers the steps necessary to uninstall cronic on openSuSE Tumbleweed:

$ sudo zypper remove cronic

3. Information about the cronic package on openSuSE Tumbleweed

Information for package cronic:
-------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : cronic
Version : 3-1.19
Arch : noarch
Vendor : openSUSE
Installed Size : 2.9 KiB
Installed : No
Status : not installed
Source package : cronic-3-1.19.src
Upstream URL : http://habilis.net/cronic/
Summary : A cure for Cron's chronic email problem
Description :
Cronic is a small shim shell script for wrapping cron jobs so that cron only
sends email when an error has occurred. Cronic defines an error as any non-
trace error output or a non-zero result code. Cronic filters Bash execution
traces (or anything matching PS4) from the error output, so jobs can be run
with execution tracing to aid forensic debugging. Cronic has no options, it
simply executes its arguments.