How to Install and Uninstall rubygem-resque.noarch Package on Fedora 34

Last updated: October 07,2024

1. Install "rubygem-resque.noarch" package

Learn how to install rubygem-resque.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install rubygem-resque.noarch

2. Uninstall "rubygem-resque.noarch" package

Learn how to uninstall rubygem-resque.noarch on Fedora 34:

$ sudo dnf remove rubygem-resque.noarch $ sudo dnf autoremove

3. Information about the rubygem-resque.noarch package on Fedora 34

Last metadata expiration check: 4:09:35 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : rubygem-resque
Version : 1.25.2
Release : 15.fc34
Architecture : noarch
Size : 77 k
Source : rubygem-resque-1.25.2-15.fc34.src.rpm
Repository : fedora
Summary : A Redis-backed queueing system
URL : https://github.com/resque/resque
License : MIT
Description : Resque is a Redis-backed Ruby library for creating background jobs, placing
: those jobs on multiple queues, and processing them later. Background jobs
: can be any Ruby class or module that responds to perform. Your existing
: classes can easily be converted to background jobs or you can create new
: classes specifically to do work. Or, you can do both.
: Resque is heavily inspired by DelayedJob and is comprised of three parts:
: * A Ruby library for creating, querying, and processing jobs
: * A Rake task for starting a worker which processes jobs
: * A Sinatra app for monitoring queues, jobs, and workers.