Linux Installation
Download the latest version from the ExifTool homepage:
cd /extra/src
wget http://owl.phy.queensu.ca/~phil/exiftool/Image-ExifTool-7.52.tar.gz
tar zxvf Image-ExifTool-7.52.tar.gz
cd Image-ExifTool-7.52Install the Image::ExifTool package to make it available for use by other Perl scripts:
perl Makefile.PL
make
make test
make installCopy the ExifToolb binary to
/usr/local/bin:cp exiftool /usr/local/bin/- Login to post comments