How to Install and Uninstall snooze Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 03,2024

1. Install "snooze" package

Please follow the instructions below to install snooze on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install snooze

2. Uninstall "snooze" package

Please follow the steps below to uninstall snooze on Ubuntu 21.10 (Impish Indri):

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

3. Information about the snooze package on Ubuntu 21.10 (Impish Indri)

Package: snooze
Architecture: amd64
Version: 0.5-1
Priority: optional
Section: universe/utils
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: nicoo
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 34
Depends: libc6 (>= 2.4)
Filename: pool/universe/s/snooze/snooze_0.5-1_amd64.deb
Size: 10328
MD5sum: 4ccdc6c2e4c130bff3d6d252eda14ed7
SHA1: df3b171908f51dc1e496a35b5331123db534e20e
SHA256: 62020c89dee763ec5daafd8e16d4403207a89c0b2b0dfca0429e55ed3fc362d1
SHA512: 4d805ff5f6a280e694f61c3a426c82f112e0fdff119bbc1e1ddb8e5419f4c3cdc87d4e6e4e89b56ec3b3bd821639647b50002e09f36d4460d416406dbd487b9e
Homepage: https://git.vuxu.org/snooze/about/
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