How to Install and Uninstall parallel Package on Kali Linux

Last updated: July 08,2024

1. Install "parallel" package

Please follow the guidelines below to install parallel on Kali Linux

$ sudo apt update $ sudo apt install parallel

2. Uninstall "parallel" package

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

$ sudo apt remove parallel $ sudo apt autoclean && sudo apt autoremove

3. Information about the parallel package on Kali Linux

Package: parallel
Version: 20231122+ds-1
Installed-Size: 2995
Maintainer: Debian Med Packaging Team
Architecture: all
Depends: procps, sysstat, perl:any
Suggests: csh, fish, ksh, tcsh, zsh
Size: 1946232
SHA256: 93ed73a2fa828d28fc7d4e93201b0bdaab30d200b4aed0b3e970b486446c96e9
SHA1: f0993a6640beeb083504f979758092a44d3cea9e
MD5sum: edba7a5922436c8491786c477c36e7a4
Description: build and execute command lines from standard input in parallel
GNU Parallel is a shell tool for executing jobs in parallel using one
or more machines. A job is typically a single command or a small
script that has to be run for each of the lines in the input. The
typical input is a list of files, a list of hosts, a list of users, or
a list of tables.
.
If you use xargs today you will find GNU Parallel very easy to use. If
you write loops in shell, you will find GNU Parallel may be able to
replace most of the loops and make them run faster by running jobs in
parallel. If you use ppss or pexec you will find GNU Parallel will
often make the command easier to read.
.
GNU Parallel also makes sure output from the commands is the same
output as you would get had you run the commands sequentially. This
makes it possible to use output from GNU Parallel as input for other
programs.
Description-md5:
Homepage: https://www.gnu.org/software/parallel/
Section: utils
Priority: optional
Filename: pool/main/p/parallel/parallel_20231122+ds-1_all.deb