If gunzip it’s not available on your Alpine Linux system, the good thing is that you can install it using the package manager.
Prerequisites
- Alpine Linux
- sudo privileges
Install gzip on Alpine Linux
Step 1. Update the packages.
sudo apk update
Step 2. Install gzip.
sudo apk add gzip
Step 3. Verify the installation.
gunzip --version
Conclusion
Feel free to leave a comment below and if you find this tutorial useful, follow our official channel on Telegram.