PHP Installation
sudo apt install unzip unzip latest.zip
Use the -q switch to suppress the printing of these messages.
unzip -q filename.zip
unzip filename.zip -d /path/to/directory
unzip -P PasswOrd filename.zip
To list the contents of a ZIP file, use the -l option:
unzip -l filename.zip