How to Install and Uninstall libtheschwartz-perl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 07,2024

1. Install "libtheschwartz-perl" package

This guide let you learn how to install libtheschwartz-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libtheschwartz-perl

2. Uninstall "libtheschwartz-perl" package

Please follow the steps below to uninstall libtheschwartz-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the libtheschwartz-perl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libtheschwartz-perl
Priority: optional
Section: universe/perl
Installed-Size: 192
Maintainer: Ubuntu MOTU Developers
Original-Maintainer: Dominic Hargreaves
Architecture: all
Version: 1.07-1
Depends: perl (>= 5.6.0-16), libdata-objectdriver-perl
Filename: pool/universe/libt/libtheschwartz-perl/libtheschwartz-perl_1.07-1_all.deb
Size: 39022
MD5sum: cd9522789c1d18ee556ac5266d0e387d
SHA1: c5bbfdf7086e08aeaf316675b93e0245a83e2587
SHA256: b5074c532f0c5b079afb0a259845cbeeedfd910d50686c3859d40015b1b6879d
Description-en: 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: 7c535edfca2eb57ce10ec55aab04007f
Homepage: http://search.cpan.org/dist/TheSchwartz/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu