Here I’m going to show you how to install zip and unzip on Alpine Linux which is quite quick and easy :)
Prerequisites
- Alpine Linux
- sudo privileges
Install Zip And Unzip on Alpine Linux
Step 1. Update the Alpine system packages.
sudo apk update
Step 2. Install Zip and Unzip.
apk add zip
This command should install both of them.
Output:
(1/2) Installing unzip (6.0-r9)
(2/2) Installing zip (3.0-r9)
Step 3. Verify installation.
zip -h
unzip -h
Conclusion
Feel free to leave a comment below and if you find this tutorial useful, follow our official channel on Telegram.