How to Install and Uninstall libtheschwartz-perl Package on Kali Linux

Last updated: May 07,2024

1. Install "libtheschwartz-perl" package

Please follow the step by step instructions below to install libtheschwartz-perl on Kali Linux

$ sudo apt update $ sudo apt install libtheschwartz-perl

2. Uninstall "libtheschwartz-perl" package

Learn how to uninstall libtheschwartz-perl on Kali Linux:

$ sudo apt remove libtheschwartz-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libtheschwartz-perl package on Kali Linux

Package: libtheschwartz-perl
Version: 1.12-2
Installed-Size: 124
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any, libdata-objectdriver-perl
Size: 42384
SHA256: 8414af7444609e84434ab2a59d2e51b8649abd678ebdd102fe3e9d92573972de
SHA1: c7baa3a9197abf22ac1568fd0e7059bdc9d11d77
MD5sum: 60c88026d1d7c1744574d620aa2e9cd1
Description: reliable job queue
TheSchwartz is a reliable job queue system. Your application can put jobs into
the system, and your worker processes can pull jobs from the queue atomically
to perform. Failed jobs can be left in the queue to retry later.
.
Abilities specify what jobs a worker process can perform. Abilities are the
names of TheSchwartz::Worker subclasses, as in the synopsis: the MyWorker
class name is used to specify that the worker script can perform the job. When
using the TheSchwartz client's work functions, the class-ability duality
is used to automatically dispatch to the proper class to do the actual work.
.
TheSchwartz clients will also prefer to do jobs for unused abilities before
reusing a particular ability, to avoid exhausting the supply of one kind of job
while jobs of other types stack up.
Description-md5:
Homepage: https://metacpan.org/release/TheSchwartz/
Tag: devel::lang:perl, devel::library, implemented-in::perl
Section: perl
Priority: optional
Filename: pool/main/libt/libtheschwartz-perl/libtheschwartz-perl_1.12-2_all.deb