Easy Steps to Install flac on Mac

Package Information:

Name: flac
Use: FLAC stands for Free Lossless Audio Codec, an audio format similar to MP3, but lossless, meaning that audio is compressed in FLAC without any loss in quality.
URL: https://xiph.org/flac/

Installation Steps:

  1. Open up your Terminal.
  2. Run the following command

    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
  3. Install flac using brew
    brew install flac

flac is ready to use now!