Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unzipping Large ZIP Archives on Mac (like latest Microsoft Edge VM)

After trying to unzip the latest Microsoft Edge Vm zip file on my mac I end up with a *.cpgz file.

Its supposed to result in a *.ova file for virtualBox.

Anyone know how to fix this?

like image 310
Christopher Avatar asked Aug 21 '15 14:08

Christopher


2 Answers

http://mattormeeple.com/2015/08/19/unzipping-large-zip-archives-on-mac-like-latest-microsoft-edge-vm/

Running the following worked great (ditto is installed by default):

$ ditto -x -k Microsoft\ Edge.Win10.For.Windows.VirtualBox.zip edge  
like image 163
Christopher Avatar answered Oct 28 '22 16:10

Christopher


Tar worked for me e.g. tar -xvf MSEdge.Win10_RS1.VirtualBox.zip

like image 30
Vinnie James Avatar answered Oct 28 '22 15:10

Vinnie James