Menu
Newbedev LogoNEWBEDEV Python Javascript Linux Cheat sheet
Newbedev LogoNEWBEDEV
  • Python 1
  • Javascript
  • Linux
  • Cheat sheet
  • Contact

Apple - How to deal with unzip error on a large file in OSX?

I managed to unzip it with tar.

tar xzvf 2015-09-24-raspbian-jessie.zip

Requires no installation of additional software


The ZIP file can also be uncompressed using ditto, no software installation needed:

ditto -x -k 2015-09-24-raspbian-jessie.zip .

Worked for me.


You can use 7za from p7zip installed from brew:

brew install p7zip

and then unzip using the command

 7za x big_file.zip

Tags:

Macos

Zip

Error

Related

Apple - "Start Screensaver" hotcorner no longer works under El Capitan beta Apple - Drag to convert Automator Action into Applescript Apple - What does a non-booting macbook displaying a lightning bolt mean? Apple - What does it mean if IPSW file is not signed anymore? Apple - Can I delete the video part of a Live Photo and just keep the photo? Apple - OS X - List all active sockets Apple - I never want the phone to go to the " lower power mode" even if the phone battery drops to 10 % . Apple - Is it still possible to get @icloud.com email address? Apple - Can I modify a terminal command to do additional stuff? Apple - Auto-updating Homebrew Apple - Can you see a list of all open tabs in Safari? Apple - How to search LaTeX -documents in Spotlight?

Recent Posts

Pandas how to find column contains a certain value Recommended way to install multiple Python versions on Ubuntu 20.04 Build super fast web scraper with Python x100 than BeautifulSoup How to convert a SQL query result to a Pandas DataFrame in Python How to write a Pandas DataFrame to a .csv file in Python
© 2021 newbedevPrivacy Policy