How To Install perl-TheSchwartz on Fedora 36
Introduction
In this tutorial we learn how to install perl-TheSchwartz
on Fedora 36.
What is perl-TheSchwartz
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.
We can use yum
or dnf
to install perl-TheSchwartz
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-TheSchwartz.
Install perl-TheSchwartz on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install perl-TheSchwartz
using dnf
by running the following command:
sudo dnf -y install perl-TheSchwartz
Install perl-TheSchwartz on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install perl-TheSchwartz
using yum
by running the following command:
sudo yum -y install perl-TheSchwartz
How To Uninstall perl-TheSchwartz on Fedora 36
To uninstall only the perl-TheSchwartz
package we can use the following command:
sudo dnf remove perl-TheSchwartz
perl-TheSchwartz Package Contents on Fedora 36
/usr/bin/schwartzmon
/usr/share/doc/perl-TheSchwartz
/usr/share/doc/perl-TheSchwartz/Changes
/usr/share/doc/perl-TheSchwartz/README.md
/usr/share/doc/perl-TheSchwartz/doc
/usr/share/doc/perl-TheSchwartz/doc/http-mappings.txt
/usr/share/doc/perl-TheSchwartz/doc/notes.txt
/usr/share/doc/perl-TheSchwartz/doc/schema-postgres.sql
/usr/share/doc/perl-TheSchwartz/doc/schema.sql
/usr/share/licenses/perl-TheSchwartz
/usr/share/licenses/perl-TheSchwartz/LICENSE
/usr/share/man/man1/schwartzmon.1.gz
/usr/share/man/man3/TheSchwartz.3pm.gz
/usr/share/man/man3/TheSchwartz::Error.3pm.gz
/usr/share/man/man3/TheSchwartz::ExitStatus.3pm.gz
/usr/share/man/man3/TheSchwartz::FuncMap.3pm.gz
/usr/share/man/man3/TheSchwartz::Job.3pm.gz
/usr/share/man/man3/TheSchwartz::JobHandle.3pm.gz
/usr/share/man/man3/TheSchwartz::Worker.3pm.gz
/usr/share/perl5/vendor_perl/TheSchwartz
/usr/share/perl5/vendor_perl/TheSchwartz.pm
/usr/share/perl5/vendor_perl/TheSchwartz/Error.pm
/usr/share/perl5/vendor_perl/TheSchwartz/ExitStatus.pm
/usr/share/perl5/vendor_perl/TheSchwartz/FuncMap.pm
/usr/share/perl5/vendor_perl/TheSchwartz/Job.pm
/usr/share/perl5/vendor_perl/TheSchwartz/JobHandle.pm
/usr/share/perl5/vendor_perl/TheSchwartz/Worker.pm
References
Summary
In this tutorial we learn how to install perl-TheSchwartz
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).