If you get the following error: tar: package/min: not found in archive
. It means that you need to install tar on Alpine Linux.
Prerequisites
- Alpine Linux
- sudo privileges
Install tar on Alpine Linux
Step 1. Update the packages.
sudo apk update
Step 2. Install tar.
sudo apk add tar
Step 3. Verify the installation.
tar --version
Conclusion
Feel free to leave a comment below and if you find this tutorial useful, follow our official channel on Telegram.