Guide To Install dvdrtools On Mac using Brew
Package Information:
Name: dvdrtools
Use: dvdrtools is a fork of cdrtools/cdrecord with support for writing to DVDs.
URL: https://savannah.nongnu.org/projects/dvdrtools/
Installation Steps:
- Open Terminal using Spotlight search by pressing
<command+space>
. Type terminal and hitEnter
key. - Now, Execute
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install dvdrtools using brew
brew install dvdrtools
dvdrtools is ready to use now!