How to Install and Uninstall cronic Package on openSUSE Leap

Last updated: May 03,2024

1. Install "cronic" package

Here is a brief guide to show you how to install cronic on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install cronic

2. Uninstall "cronic" package

In this section, we are going to explain the necessary steps to uninstall cronic on openSUSE Leap:

$ sudo zypper remove cronic

3. Information about the cronic package on openSUSE Leap

Information for package cronic:
-------------------------------
Repository : Main Repository
Name : cronic
Version : 3-bp155.2.9
Arch : noarch
Vendor : openSUSE
Installed Size : 2.9 KiB
Installed : No
Status : not installed
Source package : cronic-3-bp155.2.9.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.