How to Install and Uninstall snooze Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 17,2024

1. Install "snooze" package

This is a short guide on how to install snooze on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install snooze

2. Uninstall "snooze" package

Please follow the guidance below to uninstall snooze on Ubuntu 20.10 (Groovy Gorilla):

$ sudo apt remove snooze $ sudo apt autoclean && sudo apt autoremove

3. Information about the snooze package on Ubuntu 20.10 (Groovy Gorilla)

Package: snooze
Architecture: amd64
Version: 0.4-2
Priority: optional
Section: universe/utils
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: nicoo
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 33
Depends: libc6 (>= 2.16)
Filename: pool/universe/s/snooze/snooze_0.4-2_amd64.deb
Size: 9844
MD5sum: e619e37362a9d042da9e33e38e47e366
SHA1: e9293026ec295ccfd5a748023aa79eebd944b39a
SHA256: c4487b95826cea8ea0ca304e25429eb3289600540fdf41da67978d7cc5bc7b2b
SHA512: 677968501e6bd7d631001938840c067bc6ff13b0501e20d46600ddcffae8d6604b1f0e89a6ba0862d5b89393ace02381857ab86506b14fcab23868169e7327fa
Homepage: https://github.com/leahneukirchen/snooze
Description-en: run a command at a particular time
`snooze` is a tool for waiting until a particular time and then
running a command. Together with a service supervision system such as
runit, this can be used to replace cron(8).
.
Benefits over cron:
- mnemonic syntax
- no overlapping job runs possible
- filtering by ISO week and day of year
- due to supervision, no centralized daemon required
- due to supervision, can easily disable jobs or force their
execution instantly
- due to supervision, have custom logs
- due to no centralized daemon, no fuzzing with multiple users/permissions
- very robust with respect to external time changes
- can use a file timestamp to ensure minimum waiting time between two
runs, even across reboots
- randomized delays (some cron have that)
- variable slack (no need for anacron)
- ad-hoc usage possible, just run the program from command line
.
Benefits over runwhen:
- less confusing usage (arguably)
- filtering by ISO week and day of year
- zero dependencies
.
Benefits over uschedule:
- no centralized daemon required
- filtering by ISO week and day of year
Description-md5: 3a23d3ad82015beb995b5c14f0025291