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

Last updated: May 14,2024

1. Install "ruby-sidekiq" package

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

$ sudo apt update $ sudo apt install ruby-sidekiq

2. Uninstall "ruby-sidekiq" package

This is a short guide on how to uninstall ruby-sidekiq on Ubuntu 21.10 (Impish Indri):

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

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

Package: ruby-sidekiq
Architecture: all
Version: 6.0.4+dfsg-2
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: 439
Depends: libjs-bootstrap, ruby | ruby-interpreter, ruby-celluloid (>= 0.16.0), ruby-concurrent, ruby-connection-pool (<< 3.0), ruby-connection-pool (>= 2.2.2~), ruby-json, ruby-redis (>= 3.3.5~), ruby-redis-namespace (<< 2.0), ruby-redis-namespace (>= 1.5.2), ruby-rack-protection (>= 1.5.0)
Filename: pool/universe/r/ruby-sidekiq/ruby-sidekiq_6.0.4+dfsg-2_all.deb
Size: 98368
MD5sum: dd9a7e95818414db08a534d87b559e36
SHA1: a8ef9a59f0f4582ce43e86d5247ee5e1513188d9
SHA256: eaf49ca1c7488d8e9ca1c4f6455911ff8eb96159f1566e3c22aec40efe43936a
SHA512: 95ef02f31eac39c090d99767c24cf001f09b66df23b93c2d9f31843b2e63984b0fd4993d0816c9ff61a7e8cda80a18ddcf8b4ec3bec8def00078c66ee57a2321
Homepage: http://sidekiq.org
Description-en: 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: 5bbc2f020ab526e315a132886c59b058
Ruby-Versions: all