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

Last updated: May 11,2024

1. Install "ruby-sidekiq" package

Please follow the step by step instructions below to install ruby-sidekiq on Kali Linux

$ sudo apt update $ sudo apt install ruby-sidekiq

2. Uninstall "ruby-sidekiq" package

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

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

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

Package: ruby-sidekiq
Version: 6.5.12+dfsg-1
Installed-Size: 866
Maintainer: Debian Ruby Team
Architecture: all
Depends: libjs-bootstrap, libjs-chart.js (>= 3.9.1+~cs3.1.2~), ruby, ruby-redis (<< 5), ruby-redis (>= 4.5.0), ruby-connection-pool (<< 3), ruby-connection-pool (>= 2.2.5), ruby-rack (>= 2.0)
Size: 235176
SHA256: b51ecb857b4294e790a0d5c29edb6979b9e0ed46dd8de4f74616ce3bc96df846
SHA1: cce7d2844819ea744b9978306cda742e9a2a2b30
MD5sum: 818c1f97f3c13e891137f14b7d9cb255
Description: Simple, efficient background processing for Ruby
Sidekiq uses threads to handle many jobs at the same time in the
same process. It does not require Rails but will integrate tightly with
Rails 3/4 to make background processing dead simple.
.
Sidekiq is compatible with Resque. It uses the exact same
message format as Resque so it can integrate into an existing Resque
processing farm.
.
You can have Sidekiq and Resque run side-by-side at the same time and
use the Resque client to enqueue jobs in Redis to be processed by Sidekiq.
Description-md5:
Homepage: http://sidekiq.org
Section: ruby
Priority: optional
Filename: pool/main/r/ruby-sidekiq/ruby-sidekiq_6.5.12+dfsg-1_all.deb