How to Install and Uninstall ruby-sidekiq-cron Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 13,2024

1. Install "ruby-sidekiq-cron" package

Please follow the step by step instructions below to install ruby-sidekiq-cron on Ubuntu 21.10 (Impish Indri)

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

2. Uninstall "ruby-sidekiq-cron" package

In this section, we are going to explain the necessary steps to uninstall ruby-sidekiq-cron on Ubuntu 21.10 (Impish Indri):

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

3. Information about the ruby-sidekiq-cron package on Ubuntu 21.10 (Impish Indri)

Package: ruby-sidekiq-cron
Architecture: all
Version: 1.2.0-1
Priority: optional
Section: universe/ruby
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Ruby Team
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.2.0-1_all.deb
Size: 18344
MD5sum: 4644b4f166012d8cdd9d866461bc53f8
SHA1: b19a1c2a9aaa3aa693a81791001feaab69296964
SHA256: e9bdbd11cee11bc66906f662e23be8a0bfabd2097adccadef9b297b6931491b9
SHA512: 4504d0311ed852614575a982392d3802027b9fbf7d4e492bd3950b73b24959b9a18589bcde4911816f4eca6ca3ae03a4d41cddd2571dfb31e217ec2644111bf4
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