ExifTool Forum

ExifTool => Install Problems => Topic started by: dln949 on July 05, 2020, 06:24:16 PM

Title: Very confused about updating exiftool (solved)
Post by: dln949 on July 05, 2020, 06:24:16 PM
Ubuntu 18.04.2. 

exiftool 10.80-1.

I read the page about installing exiftool, but that does not address my problem.  I tried searching the forum, but I could find nothing helpful.  I think I might just not be using the correct search terms. 

I installed exiftool on this computer LONG ago, I don't even recall how.  Today I see there is a new version of exiftool, 12.01.  I downloaded the tar file, but then I wasn't sure what to do next: 

1)  Do I first need to uninstall the old version?  If so, how do I do that?  (I no longer have the original tar file for that version.) 

2)  When I run   sudo apt install exiftool, I get this output: 

Reading package lists... Done
Building dependency tree       
Reading state information... Done
Note, selecting 'libimage-exiftool-perl' instead of 'exiftool'
libimage-exiftool-perl is already the newest version (10.80-1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

I don't know what that is trying to tell me - what is this libimage-exiftool-perl thingy it is talking about, and why should I care about that? 

3)  Should I be installing (and managing updates) via apt, or should I be downloading the tar file from the exiftool site? 


Thanks for any help. 
Title: Re: Very confused about updating exiftool
Post by: StarGeek on July 05, 2020, 06:41:46 PM
I'm not a Linux user, so I can't provide many details, but if you can figure out where the old exiftool is locate, you can extract the new version right over it. 

See Install Unix (https://exiftool.org/install.html#Unix) for full details.
Title: Re: Very confused about updating exiftool
Post by: Phil Harvey on July 05, 2020, 07:39:21 PM
It sounds like your package manager (via apt-get) isn't keeping up with the new ExifTool releases very well.  I have nothing to do with these packages.

For the latest version, go to the ExifTool home page and refer the the installation instructions that StarGeek gave.  With any luck you won't have a conflict, but doing exiftool -ver will tell you the version you are running, and if there is a version problem with the libraries.

- Phil
Title: Re: Very confused about updating exiftool
Post by: dln949 on July 05, 2020, 08:35:39 PM
That approach seems to have worked.  Thanks to both of you. 

I guess going forward I'll need to monitor the exiftool home page for updates.