How to Install and Uninstall ruby-sidekiq-cron Package on Kali Linux

Last updated: May 17,2024

1. Install "ruby-sidekiq-cron" package

This is a short guide on how to install ruby-sidekiq-cron on Kali Linux

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

2. Uninstall "ruby-sidekiq-cron" package

Please follow the instructions below to uninstall ruby-sidekiq-cron on Kali Linux:

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

3. Information about the ruby-sidekiq-cron package on Kali Linux

Package: ruby-sidekiq-cron
Version: 1.12.0-1
Installed-Size: 83
Maintainer: Debian Ruby Team
Architecture: all
Depends: ruby-fugit (>= 1.8), ruby-sidekiq (>= 6), ruby-globalid (>= 1.0.1)
Size: 21724
SHA256: a5c689241a38debe2d23a6da11e0043395d87e69f25253344765d458fd4010f5
SHA1: d30f40bc70b1e28a5ab33b58b7688fc255f97769
MD5sum: d25f253eb3ead8d7981c000621d13554
Description: 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:
Homepage: https://github.com/sidekiq-cron/sidekiq-cron
Section: ruby
Priority: optional
Filename: pool/main/r/ruby-sidekiq-cron/ruby-sidekiq-cron_1.12.0-1_all.deb