Follow simple steps to install exiftool on Mac
Package Information:
Name: exiftool
Use: ExifTool is a platform-independent Perl library plus a command-line application for reading, writing and editing meta information in a wide variety of files.
URL: http://www.sno.phy.queensu.ca/~phil/exiftool/index.html
Installation Steps:
- Open Terminal by hitting
<command+space>
. Type terminal and hitEnter
key. - Now, run
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install exiftool using brew
brew install exiftool
exiftool is ready to use now!