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

后端 未结 3 1291
一整个雨季
一整个雨季 2021-02-01 18:12

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

3条回答
  •  刺人心
    刺人心 (楼主)
    2021-02-01 18:46

    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  
    

提交回复
热议问题