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:
- Open Terminal using Spotlight search by pressing
<command+space>
. Type terminal and hitEnter
key. - Run the following command
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install afsctool using brew
brew install afsctool
afsctool is ready to use now!