How to Install and Uninstall perl-Minion Package on openSUSE Leap

Last updated: June 02,2024

1. Install "perl-Minion" package

Please follow the guidance below to install perl-Minion on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-Minion

2. Uninstall "perl-Minion" package

Please follow the guidance below to uninstall perl-Minion on openSUSE Leap:

$ sudo zypper remove perl-Minion

3. Information about the perl-Minion package on openSUSE Leap

Information for package perl-Minion:
------------------------------------
Repository : Main Repository
Name : perl-Minion
Version : 10.25-bp155.1.6
Arch : noarch
Vendor : openSUSE
Installed Size : 3.8 MiB
Installed : No
Status : not installed
Source package : perl-Minion-10.25-bp155.1.6.src
Upstream URL : https://metacpan.org/release/Minion
Summary : Job queue
Description :
Minion is a high performance job queue for the Perl programming language,
with support for multiple named queues, priorities, high priority fast
lane, delayed jobs, job dependencies, job progress, job results, retries
with backoff, rate limiting, unique jobs, expiring jobs, statistics,
distributed workers, parallel processing, autoscaling, remote control, at
https://mojolicious.org admin ui, resource leak protection and multiple
backends (such as at https://www.postgresql.org).
Job queues allow you to process time and/or computationally intensive tasks
in background processes, outside of the request/response lifecycle of web
applications. Among those tasks you'll commonly find image resizing, spam
filtering, HTTP downloads, building tarballs, warming caches and basically
everything else you can imagine that's not super fast.
Take a look at our excellent documentation in Minion::Guide!