How to unzip a file on the Linux commandline
In order for this to work, the unzip command must be installed. If you do not have unzip on your system, install it using the package manager for your distro (apt-get, etc.).
unzip ./FILE_NAME.zipIn order for this to work, the unzip command must be installed. If you do not have unzip on your system, install it using the package manager for your distro (apt-get, etc.).
unzip ./FILE_NAME.zip