# 7-Zip File Manager ## Installation Download the repo to your desktop, rezipping only the folder "7-Zip-File-Manager" and upload it to your ArOZ Online System via the "Add or Remove WebApp" interface in the System Settings > Host. Sometimes you may need to fix the premission by using following bash command ```bash sudo chmod 0777 7za_x86 sudo chmod 0777 7za sudo chmod -R 0777 tmp sudo chown www-data:www-data 7za_x86 sudo chown www-data:www-data 7za ``` ## Installation via Package Manager Search 7-zip file manager and click on install, after a while 7-zip should be available on your system ## Future function - Unzip password protected archive - Create archive - Benchmark ## Running on ArOZ You do not need to install anything extra, this WebAPP already contains the pre-compiled binary,so just install and use it. :) ## License 7za: https://www.7-zip.org/license.txt
PHP File: MIT