Note: ExifTool does not need
to be installed to run. Just download and extract either the full Perl
distribution on Mac/Linux, or the Windows EXE version on Windows, and run it
directly. [But note that if you move the Perl "exiftool"
application, you must also move its "lib" directory to the same location. This
doesn't apply to the Windows version which unpacks the libraries into a
temporary directory.]
However, the benefits of installation are:
Makes ExifTool available to all users.
Saves typing on the command line (by placing "exiftool" in your PATH).
Installs the ExifTool documentation and API libraries (full Perl version only).
See the appropriate section below with instructions for installing or
uninstalling ExifTool on your specific platform:
In Windows, there is a choice of two different versions of ExifTool to
install. The Perl distribution requires Perl to be installed on your system.
(A good, free Perl interpreter can be downloaded from
activeperl.com.)
If you don't already have Perl, it is easier to install the stand-alone ExifTool
executable, but note that the stand-alone version doesn't include the HTML
documentation or some other files of the full distribution.
Stand-Alone Executable
Download the Windows Executable from the ExifTool home page.
(The file you download should be named "exiftool-12.40.zip".)
Extract "exiftool(-k).exe" from the
".zip" file, and place it on your Desktop.
(Double-click on "exiftool-12.40.zip" to open
the archive, then drag "exiftool(-k).exe" to your Desktop.)
You can now double-click on "exiftool(-k).exe" to read the
application documentation, or drag-and-drop files and folders to run exiftool on
selected files. To install exiftool for use from the command line,
continue with the following steps:
Rename "exiftool(-k).exe" to "exiftool.exe".
(or "exiftool(-k)" to "exiftool" if file name
extensions are hidden on your system)
Move "exiftool.exe" to the "C:\WINDOWS" directory
(or any other directory in your PATH).
You can now run exiftool by typing "exiftool" at the command
prompt. (To get to the command prompt, select "Run..." from the Windows "Start"
menu, then type "cmd" and press Return.)
Notes:
In Windows 7, running exiftool may require administrator privileges. If
necessary, this may be enabled by right clicking on exiftool, then selecting
"Run this program as administrator" from the Compatibility settings.
Windows 10 users have sometimes reported that exiftool hangs when run.
This may be due to Windows Defender blocking or slowing down exiftool. To solve
this, either disable Windows Defender or add an exclusion for exiftool (but note
that exiftool may still run more slowly if you just add an exclusion).
Occasionally users have reported that exiftool gives errors when running
this version for this first time. It is possible this may happen if the
installation process gets interrupted. In this case, follow the Uninstalling
instructions below then re-install exiftool. Be sure that you have sufficient
disk space in your TEMP directory for exiftool to unpack about 12 MB of
temporary files -- these are the Perl libraries used by the exiftool application
which are unpacked the first time exiftool is run.
Drag "exiftool(-k).exe" (or "C:\WINDOWS\exiftool.exe")
into the Recycle bin.
Drag the directory "par-XXX" from your temporary directory to
the Recycle bin. Here "XXX" is your user name (in ASCII-hex for
ExifTool 10.21 or later) and the location of the temporary directory depends on
the value of the TEMP environment variable (typically
"C:\Documents and Settings\USER\Local Settings\Temp"
for Windows XP, or "C:\Users\USER\AppData\Local\Temp" for Windows 7
or later). Alternately, this command may be used to delete these files:
for /D %d in (%TEMP%\par-*) do rmdir /s /q %d
Full Perl Distribution
You must have Perl installed to use this version. (A free version of Perl
can be downloaded from
activeperl.com.)
Download the Image-ExifTool distribution from the ExifTool home page (The file you download should be named "Image-ExifTool-12.40.tar.gz".)
Extract the ExifTool files from the archive.
(The archive is a gzipped tar file, and can be opened with
various Windows utilities, including WinZip.)
Rename "exiftool" to "exiftool.pl"
in the exiftool distribution.
Move "exiftool.pl" and the "lib"
directory from the exiftool distribution to "C:\WINDOWS"
(or any other directory in your PATH).
Now, if you have made the proper Windows associations for the
".pl" extension (an option in the ActivePerl installation), you
can run exiftool by typing "exiftool.pl" at the
"cmd.exe" prompt. Otherwise you should type
"perl c:\windows\exiftool.pl".
Drag "C:\WINDOWS\exiftool.pl" and
"C:\WINDOWS\lib" into the Recycle bin. You should first confirm
that "C:\WINDOWS\lib" contains only the "File"
and "Image" sub-directories. Do not delete it if it
contains anything else.
If you have installed the BSDSDK package from the Xcode Developer Tools
(ie. if you have the "make" utility), you should
follow the install procedure for Unix platforms in the next
section instead of the steps below. The Unix install has the advantage of making
the ExifTool library available for your Perl scripts, as well as installing the
man pages and POD documentation.
Otherwise, you have a choice of two packages to install: The MacOS package, or
the full Perl distribution. Both of the procedures below install the ExifTool
files in the same location. Installing from the MacOS package is easier, but the
full distribution includes HTML documentation and some other files not included
in the MacOS package. Both versions run natively on PPC and Intel Macs.
MacOS Package
Download the ExifTool MacOS Package from the ExifTool home page.
(The file you download should be named "ExifTool-12.40.dmg".)
Install as a normal MacOS package.
(Open the disk image, double-click on the install package, and follow the instructions.
See the second item in the Notes section below if you are stopped with an "unidentified developer" message.)
You can now run exiftool by typing "exiftool" in a Terminal window.
If this doesn't work, then it is likely you have an older version of MacOS for which
/usr/local/bin isn't in the default PATH. To fix this, add the following line to your
~/.profile settings using a text editor:
export PATH=$PATH:/usr/local/bin
Full Perl Distribution
Download the Image-ExifTool distribution from the ExifTool home page
to your Desktop.
(The file you download should be named "Image-ExifTool-12.40.tar.gz".)
Launch the Terminal application from the Utilities folder in your Applications folder.
In the Terminal window, type the following:
cd ~/Desktop
tar -xzf Image-ExifTool-12.40.tar.gz
cd Image-ExifTool-12.40
sudo cp -r exiftool lib /usr/local/bin
(Note: The last step above will require you to enter your
password.)
You can now run exiftool by typing "exiftool" in a Terminal window.
Notes:
Both MacOS installation techniques outlined above place
exiftool and its lib directory in /usr/local/bin, while the standard Unix
"make install" described below puts "exiftool" in
/usr/local/bin and the individual libraries in /Library/Perl/#.#.#, where "#.#.#" is
your Perl version. If both sets of libraries exist, /usr/local/bin/lib takes
precedence for exiftool, but /Library/Perl/#.#.# is the default for any other
Perl scripts.
In MacOS 10.8 or later, you may see this message when you try to open the install package:
"ExifTool-12.40.pkg" can't be opened because it is from an
unidentified developer.
The solution is to control-click on the pkg
then select "Open" from the pop-up menu instead of just double-clicking. An alternative
is to lower the security settings by changing "Allow applications downloaded from" to
"Anywhere" in the General "Security & Privacy" System Preferences.
(Read here or
here
for a full description.)
Launch the "Terminal" application from the Applications Utilities folder.
Type "open /usr/local/bin" (without the quotes) in the Terminal
window, then press RETURN. (This opens a folder that you normally can't access
from MacOS.)
Drag "exiftool" and "lib" into the trash from the
"bin" folder you opened. You should first confirm that
"lib" contains only two sub-folders: "File" and
"Image". If it contains anything else, don't trash it because you
have the wrong "lib" folder.
Download the Image-ExifTool distribution from the ExifTool home page (The file you download should be named "Image-ExifTool-12.40.tar.gz".)
Unpack the distribution and make it your current directory by typing:
cd <your download directory>
gzip -dc Image-ExifTool-12.40.tar.gz | tar -xf -
cd Image-ExifTool-12.40
(At this point you may run exiftool by typing
"./exiftool <image file name>".)
Test and install ExifTool by typing:
perl Makefile.PL
make test
sudo make install
(Note: The "make test" step is not required, but
useful because it runs a full suite of tests to verify that ExifTool is working
properly on your system. The "sudo make install" command requires
that you have su access, and will prompt for your password. This will make
ExifTool and its documentation accessible to all users on your system. If you
don't have su access, you can run ExifTool in your own account by moving
"exiftool" and its "lib" directory to any convenient
location, preferably somewhere in your PATH.)
You can now run exiftool by typing "exiftool". Also, you can
consult the ExifTool documentation with commands like:
Type "sudo make uninstall" from the distribution directory.
(Note: Unfortunately, newer systems may give an "Uninstall
is unsafe and deprecated" message even though uninstalling ExifTool is safe
because it has no dependencies. If this happens, the necessary commands to
remove the installed files will be listed, and these commands must be run
manually.)