How to Install and Uninstall ruby-sidekiq-cron Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 15,2024

1. Install "ruby-sidekiq-cron" package

This guide let you learn how to install ruby-sidekiq-cron on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install ruby-sidekiq-cron

2. Uninstall "ruby-sidekiq-cron" package

Please follow the steps below to uninstall ruby-sidekiq-cron on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove ruby-sidekiq-cron $ sudo apt autoclean && sudo apt autoremove

3. Information about the ruby-sidekiq-cron package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: ruby-sidekiq-cron
Priority: optional
Section: universe/ruby
Installed-Size: 60
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Ruby Extras Maintainers
Architecture: all
Version: 0.4.2-4
Depends: ruby | ruby-interpreter, ruby-redis-namespace (>= 1.5.2), ruby-rufus-scheduler (>= 2.0.24), ruby-sidekiq (>= 4.0.0)
Filename: pool/universe/r/ruby-sidekiq-cron/ruby-sidekiq-cron_0.4.2-4_all.deb
Size: 13838
MD5sum: dce8b15f333b23034067ce41bc587b9e
SHA1: 5e0be34b32346e520b968c0a8768f549f1a0b2a7
SHA256: d0565f81eeba94f583d5661f55073cb30133f0093bd99b271feb16fe5712b779
Description-en: scheduling add-on for Sidekiq
Sidekiq Cron helps to add repeated scheduled jobs. It enables to set jobs to
be run in specified time (using CRON notation)
.
It runs a thread alongside Sidekiq workers to schedule jobs at specified times
(using cron notation `* * * * *` parsed by Rufus-Scheduler
.
It checks for new jobs to schedule every 10 seconds and doesn't schedule the
same job multiple times when more than one Sidekiq worker is running.
.
Scheduling jobs are added only when at least one Sidekiq process is running.
Description-md5: ffbed2484324abce51c8710ea1be57ea
Homepage: http://github.com/ondrejbartas/sidekiq-cron
Ruby-Versions: all
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu