banjina 发表于 2016-1-2 13:23:18

How to install rar in OSX Yosemite

  1. first of all, you need to download the right version of rar for mac os x.
  the download url:www.rarlab.com
  
  2.it is really a pity that the rar is just for command.
  using the tar command to decompress the file
  
  3.using command "sudo install -c -o $USER rar /bin" to install
  
  4.using unrar command to decompress the rar files
  for instance:
  unrar x compressed-files.rar
  
页: [1]
查看完整版本: How to install rar in OSX Yosemite