Creatio setup files come as a zip archive. To unzip the archive, use the unzip command.
unzip -d /path/to/application/directory/ creatio_archive_name.zip
/path/to/application/directory/ – the directory to which Creatio setup files will be unzipped. We recommend using an empty directory. If you copied the setup archive to an empty directory, unzip the setup files to the same directory:
unzip creatio_archive_name.zip
creatio_archive_name.zip – the name of the archive with Creatio setup files.
Note
If running the unzip command results in the "command not found" error, install the unzip package first:
sudo apt-get install unzip