How to Install and Uninstall xjobs Package on Kali Linux

Last updated: May 05,2024

1. Install "xjobs" package

Please follow the step by step instructions below to install xjobs on Kali Linux

$ sudo apt update $ sudo apt install xjobs

2. Uninstall "xjobs" package

Please follow the steps below to uninstall xjobs on Kali Linux:

$ sudo apt remove xjobs $ sudo apt autoclean && sudo apt autoremove

3. Information about the xjobs package on Kali Linux

Package: xjobs
Source: xjobs (20120412-1)
Version: 20120412-1+b1
Installed-Size: 68
Maintainer: Thierry Randrianiriana
Architecture: amd64
Depends: libc6 (>= 2.14)
Size: 29986
SHA256: ea0f04ef6497b8ec4e5ce4899fa3d533c89a31579b62839ec4bf4f7dede8e943
SHA1: 48f865bd29f7e243de2a47c274f020f5614b0f58
MD5sum: 7781a36a2cf72805d5a61e3eab90c5aa
Description: reads job description line by line and executes them in parallel
xjobs reads job descriptions line by line and executes them in parallel. It
limits the number of parallel executing jobs and starts new jobs when jobs
finish. Therefore, it combines the arguments from every input line with the
utility and arguments given on the command line. If no utility is given as an
argument to xjobs, then the first argument on every job line will be used as
utility. To execute utility xjobs searches the directories given in the PATH
environment variable and uses the first file found in these directories.
.
xjobs is most useful on multi-processor/core machines when one needs to execute
several time consuming command several that could possibly be run in parallel.
With xjobs this can be achieved easily, and it is possible to limit the load
of the machine to a useful value. It works similar to xargs, but starts several
processes simultaneously and gives only one line of arguments to each utility
call.
Description-md5:
Homepage: http://www.maier-komor.de/xjobs.html
Section: utils
Priority: extra
Filename: pool/main/x/xjobs/xjobs_20120412-1+b1_amd64.deb