23

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?

Christopher
  • 1,327
  • 10
  • 17
  • 1
    For me using a command line tool other than "unzip" worked (i.e. the built-in tar works), see the answers here: http://apple.stackexchange.com/q/208139/25085 – rogerdpack Dec 29 '15 at 22:46

3 Answers3

38

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  
rogerdpack
  • 62,887
  • 36
  • 269
  • 388
Christopher
  • 1,327
  • 10
  • 17
4

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

Vinnie James
  • 5,763
  • 6
  • 43
  • 52
0

The way we recommended for the VMs in dev.modern.ie is to use The Unarchiver. You can know more about how to unzip them in the instructions (page 2).

Also the files are zip64, so any software that can handle them should be ok.

Antón Molleda
  • 684
  • 5
  • 15