Hi I have a script that uses the ZIP command in linux (ubuntu), and changes the name to make it executable for a certain program.
Now i realized the reason this program was not unzipping and installing it correctly was because it seems to depend on winzip legacy compression Zip 2.0 compatibility. Is there anything I can do to ensure compatibility when using the zip command via linux command line?
Thanks!!