parallel

Run commands on multiple CPU cores. More information: <https://www.gnu.org/software/parallel>.

Debian Debian
RUN apt-get update && \ apt-get install -y parallel
Ubuntu
RUN apt-get update && \ apt-get install -y parallel
Alpine
RUN apk add parallel
Arch Arch Linux
RUN pacman -S --noconfirm parallel
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y parallel
Fedora
RUN dnf install -y parallel
Raspbian
RUN apt-get update && \ apt-get install -y parallel
click the source code to copy install parallel on any operating system with command-not-found.com