Get ddrescue installed on Mac using Brew

Package Information:

Name: ddrescue
Use: GNU ddrescue is a data recovery tool. It copies data from one file or block device (hard disc, cdrom, etc) to another, trying to rescue the good parts first in case of read errors.
URL: https://www.gnu.org/software/ddrescue/ddrescue.html

Installation Steps:

  1. Open up your Terminal.
  2. Copy and run the command

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

ddrescue is ready to use now!