How to Install and Uninstall ruby-sidekiq Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: July 05,2024

1. Install "ruby-sidekiq" package

Here is a brief guide to show you how to install ruby-sidekiq on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install ruby-sidekiq

2. Uninstall "ruby-sidekiq" package

Please follow the guidance below to uninstall ruby-sidekiq on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the ruby-sidekiq package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: ruby-sidekiq
Priority: optional
Section: universe/ruby
Installed-Size: 892
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Ruby Extras Maintainers
Architecture: all
Version: 4.0.1+dfsg-2
Depends: ruby | ruby-interpreter, ruby-connection-pool (>= 2.2.0), ruby-connection-pool (<< 3.0), ruby-celluloid (>= 0.16.0), ruby-celluloid (<< 0.17), ruby-redis (>= 3.2.1), ruby-redis (<< 4.0), ruby-redis-namespace (>= 1.5.2), ruby-redis-namespace (<< 2.0), ruby-json, ruby-concurrent, libjs-twitter-bootstrap
Filename: pool/universe/r/ruby-sidekiq/ruby-sidekiq_4.0.1+dfsg-2_all.deb
Size: 223356
MD5sum: 06a5f15d7e788c063f4248a14561b454
SHA1: 893fedd6ebbe8bc33f8c8807957954dcc84077f8
SHA256: 54cd28087ea270f27f859bd4aaa3153ec62031a115c263b8feafa6444b340b3f
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
Homepage: http://sidekiq.org
Ruby-Versions: all
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu