Forum Discussion
7-Zip for mac alternatives for opening rar files
Terminal, which comes with macOS, is definitely worth checking out. unzip and zip commands are built in, and the best part is, it is easy to get started! For the technically inclined, unzipping and compressing ZIP files from the command line is both efficient and fun, and it's a great way to get a deeper understanding of what's going on at the bottom of the system. You may be worried that it's not easy to get started with the commands, but don't worry, I'll tell you more about how to use this free 7-Zip for mac alternative .
Step 1: Press Command + Space, type Terminal, press Enter.
Step 2: Find the file you want to zip or unzip in Finder, right-click the file, select Get Info, and write down the path.
Step 3: In Terminal, type "cd /Users/YourName/Desktop" (replace “YourName” with your username) and press Enter to make sure the path is updated to Desktop.
Step 4: Type "zip -r archive.rar" files and press Enter, wait for a few seconds, the compression will be completed. The compression will be completed.
Step 5: Check the generated “archive.zip” in Desktop of Finder.
Step 6: If you want to unzip the file, type in Terminal: cd /Users/YourName/Desktop and press Enter to switch to the directory where the file is located.
Step 7: Open Finder, go to Desktop and make sure the file is OK.