Tuesday 13 November 2018

macos - How can I install 7zip so I can run it from Terminal on OS X


I would like to be able to run 7zip from the command line on Mac. Does anyone have instructions on how to set this up?



Answer



To install p7zip using Homebrew, first update your brew formulae to be sure you are getting the latest p7zip.


$ brew update

Use Homebrew to install p7zip:


$ brew install p7zip

Add all files in the sputnik directory to the compressed file heed.7z:


$ 7z a heed.7z sputnik

Unzip heed.7z:


$ 7z x heed.7z

No comments:

Post a Comment

Where does Skype save my contact's avatars in Linux?

I'm using Skype on Linux. Where can I find images cached by skype of my contact's avatars? Answer I wanted to get those Skype avat...