unpigz
Parallel Implementation of GZip
Install
- All systems
-
curl cmd.cat/unpigz.sh
- Debian
-
apt-get install pigz
- Ubuntu
-
apt-get install pigz
- Alpine
-
apk add pigz
- Arch Linux
-
pacman -S pigz
- Kali Linux
-
apt-get install pigz
- CentOS
-
yum install pigz
- Fedora
-
dnf install pigz
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install pigz
- OS X
-
brew install pigz
- Raspbian
-
apt-get install pigz
- Dockerfile
- dockerfile.run/unpigz
- Docker
-
docker run cmd.cat/unpigz unpigz
powered by Commando
pigz
Parallel Implementation of GZip
pigz, which stands for Parallel Implementation of GZip, is a fully functional replacement for gzip that takes advantage of multiple processors and multiple cores when compressing data.