sudo dnf install pigz # On older versions of CentOS, use: sudo yum install pigz Use code with caution. : sudo pacman -S pigz Use code with caution. OpenSUSE : sudo zypper install pigz Use code with caution. 2. Install Pigz on macOS
How to Download and Install Pigz (Parallel GZip) (pronounced "pig-zee") stands for Parallel Implementation of GZip. It is a faster, multi-threaded replacement for the standard gzip utility. While traditional gzip uses a single CPU core, pigz leverages all available processors and cores to compress and decompress data in parallel.
The easiest way to get pigz on a Mac is through , a popular package manager for macOS. Open your Terminal . Run the following command: brew install pigz Use code with caution.
Alternatively, if you use , use: sudo port install pigz . 3. Install Pigz on Windows