How to Install cdrdao on Mac using Brew

Package Information:

Name: cdrdao
Use: Cdrdao records audio or data CD-Rs in disk-at-once (DAO) mode based on a textual description of the CD contents
URL: https://cdrdao.sourceforge.io/

Installation Steps:

  1. Launch Terminal 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 cdrdao using brew
    brew install cdrdao

cdrdao is ready to use now!