How to Install and Uninstall shush Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 19,2024

1. Install "shush" package

This tutorial shows how to install shush on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install shush

2. Uninstall "shush" package

Please follow the guidelines below to uninstall shush on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove shush $ sudo apt autoclean && sudo apt autoremove

3. Information about the shush package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: shush
Priority: extra
Section: universe/admin
Installed-Size: 135
Maintainer: Ubuntu Developers
Original-Maintainer: Dario Minnucci
Architecture: amd64
Version: 1.2.3-4
Depends: libc6 (>= 2.14), libpcre3
Filename: pool/universe/s/shush/shush_1.2.3-4_amd64.deb
Size: 45002
MD5sum: 212de970a96d16aee8a2236403b9a7b7
SHA1: 7f47c8f6e9f0ee3d0beeef86019e6a2e4737b5e8
SHA256: 2afa850920797cdbcc312aab9c68caac742ae94fedf63fb6d55b72dbfa9f37dc
Description-en: runs a command and optionally reports its output by mail
shush was written to be a generic wrapper around cron jobs so that it can be
applied to any command without having to modify it or create a custom wrapper
for it. In a sense, it solves a fairly simple problem, but it also brings some
powerful features making it a useful tool beyond cron jobs.
.
Feature highlights:
.
* Multiple reports (for the output) may be defined
* Decision to send a report (or not) is configurable based on:
- Output content analysis (using regular expressions)
- Command exit code
- Size of output
- Command execution duration
* Support for plain text, enriched text and HTML report formatting.
(The latter two allow rendering part of the output in bold.)
* Various timeout actions such as notification and command termination
* Locking support
* Progress report logging via syslog
* Automatic crontab file updating based on shush's configuration
Description-md5: 07f83147e8da5456419a57f2ccbc2767
Homepage: http://web.taranis.org/shush/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu