How to Install and Uninstall ruby-sidekiq-cron Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: September 20,2024

1. Install "ruby-sidekiq-cron" package

Learn how to install ruby-sidekiq-cron on Ubuntu 20.10 (Groovy Gorilla)

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

2. Uninstall "ruby-sidekiq-cron" package

Please follow the guidance below to uninstall ruby-sidekiq-cron on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the ruby-sidekiq-cron package on Ubuntu 20.10 (Groovy Gorilla)

Package: ruby-sidekiq-cron
Architecture: all
Version: 1.1.0-4
Priority: optional
Section: universe/ruby
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Ruby Extras Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 81
Depends: ruby | ruby-interpreter, ruby-fugit, ruby-sidekiq (>= 4.2.1~)
Breaks: gitlab (<< 11.8~)
Filename: pool/universe/r/ruby-sidekiq-cron/ruby-sidekiq-cron_1.1.0-4_all.deb
Size: 18264
MD5sum: 0f31c77cbb74f4da1a7a7b44d3846764
SHA1: ee4ac660abf6b36bf4d59ca8db2ecc307ca9f6e8
SHA256: 75b7f7509db221155e16a0ab8070860ab212b40fee3428445fc45a7aed9b70de
SHA512: 7965d5f97530231944e81966a91ef1b2e6ad95cd290286e5bb96b692fecc0676d8248cf37b920ec023d8452f729a34d85041ff360730ddc4a9e32174addf4bdc
Homepage: https://github.com/ondrejbartas/sidekiq-cron
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
Ruby-Versions: all