This error message indicates that the unzip command-line tool is not installed on your Linux system.
You can use the following command to install the unzip utility:
For Debian/Ubuntu systems:
sudo apt-get install unzipFor CentOS/RHEL systems:
sudo yum install unzipAfter installation is complete, simply run the `unzip` command again to extract the files.