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

Last updated: May 14,2024

1. Install "ruby-sidekiq" package

Here is a brief guide to show you how to install ruby-sidekiq on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install ruby-sidekiq

2. Uninstall "ruby-sidekiq" package

Please follow the step by step instructions below to uninstall ruby-sidekiq on Ubuntu 20.10 (Groovy Gorilla):

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

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

Package: ruby-sidekiq
Architecture: all
Version: 5.2.7+dfsg-1
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: 887
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_5.2.7+dfsg-1_all.deb
Size: 206208
MD5sum: 8ddd24a06e5098fa9b165c813430253d
SHA1: 1717a49f7a0246d0c212006f415e83cd5c072b7d
SHA256: 44345fe5a3c0855086941ac4b59275a785c20046222eca24718701d0c0cc3db8
SHA512: 7dc16bd1d9b24d0c8d3eb881d91e2e095ac6c641b54e08337702e1adce7893fa6a2c26d0ea5a1941dbaa44f2d575e4c1d4d701bd57e382dfc6c27426cc4bbc24
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