Steps To Install afsctool on Mac

Package Information:

Name: afsctool
Use: AFSC (Apple File System Compression) tool is an utility that can be used to apply HFS+ compression to file(s), decompress HFS+ compressed file(s), or get information about existing HFS+ compressed file(s).
URL: https://brkirch.wordpress.com/afsctool/

Installation Steps:

  1. Open Terminal using Spotlight search by pressing <command+space>. Type terminal and hit Enter key.
  2. Run the following command
    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
  3. Install afsctool using brew
    brew install afsctool

afsctool is ready to use now!