How to Install and Uninstall ruby2.5-rubygem-delayed_job Package on openSUSE Leap

Last updated: July 08,2024

1. Install "ruby2.5-rubygem-delayed_job" package

Here is a brief guide to show you how to install ruby2.5-rubygem-delayed_job on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install ruby2.5-rubygem-delayed_job

2. Uninstall "ruby2.5-rubygem-delayed_job" package

Please follow the step by step instructions below to uninstall ruby2.5-rubygem-delayed_job on openSUSE Leap:

$ sudo zypper remove ruby2.5-rubygem-delayed_job

3. Information about the ruby2.5-rubygem-delayed_job package on openSUSE Leap

Information for package ruby2.5-rubygem-delayed_job:
----------------------------------------------------
Repository : Main Repository
Name : ruby2.5-rubygem-delayed_job
Version : 4.1.3-bp155.2.10
Arch : x86_64
Vendor : openSUSE
Installed Size : 138.2 KiB
Installed : No
Status : not installed
Source package : rubygem-delayed_job-4.1.3-bp155.2.10.src
Upstream URL : http://github.com/collectiveidea/delayed_job
Summary : Database-backed asynchronous priority queue system -- Extracted from
Description :
Delayed_job (or DJ) encapsulates the common pattern of asynchronously
executing longer tasks in the background. It is a direct extraction from
Shopify where the job table is responsible for a multitude of core tasks.