How to Install and Uninstall ruby-delayed-job-active-record Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 04,2024

1. Install "ruby-delayed-job-active-record" package

This is a short guide on how to install ruby-delayed-job-active-record on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install ruby-delayed-job-active-record

2. Uninstall "ruby-delayed-job-active-record" package

This guide let you learn how to uninstall ruby-delayed-job-active-record on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove ruby-delayed-job-active-record $ sudo apt autoclean && sudo apt autoremove

3. Information about the ruby-delayed-job-active-record package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: ruby-delayed-job-active-record
Priority: optional
Section: universe/ruby
Installed-Size: 37
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Ruby Extras Maintainers
Architecture: all
Version: 4.0.3-1
Depends: ruby | ruby-interpreter, ruby-activerecord (>= 3.0), ruby-delayed-job (>= 3.0)
Filename: pool/universe/r/ruby-delayed-job-active-record/ruby-delayed-job-active-record_4.0.3-1_all.deb
Size: 6618
MD5sum: 1500f4e16acfbf4796dc7b2a65d48c6b
SHA1: 8264298130342971aff69b5cee934db9aa258fc1
SHA256: 3cb869204ffd085674bc7b42f33b4d20b27bae092ef4f23ccd5c6d12aa68a50d
Description-en: ActiveRecord backend for DelayedJob
This gem provides an ActiveRecord backend for Delayed::Job, which is a
Database based asynchronous priority queue system. Delayed Job encapsulates
the common pattern of asynchronously executing longer tasks in the background.
Description-md5: 159d84d70104e79f03a2aa50b94a6e88
Homepage: http://github.com/collectiveidea/delayed_job_active_record
Ruby-Versions: all
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu