Skip to content

Instantly share code, notes, and snippets.

@fliphess
Created October 1, 2017 19:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fliphess/d4553cbc75035c016dba979a4edfd261 to your computer and use it in GitHub Desktop.
Save fliphess/d4553cbc75035c016dba979a4edfd261 to your computer and use it in GitHub Desktop.
Install exiftool as non root user
mkdir lib/perl5
mkdir -p lib/perl5
ln -s $HOME/lib/perl5 $HOME/bin/lib
wget https://sno.phy.queensu.ca/~phil/exiftool/Image-ExifTool-10.62.tar.gz
tar xvzf Image-ExifTool-10.62.tar.gz
cd Image-ExifTool-10.62
perl Makefile.PL INSTALL_BASE=$HOME
make
make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment