This tool is written in Perl programing language as mentioned previously and the only way to install it on Linux Mint is by its default package manager and for that execute: $sudoaptinstalllibimage-exiftool-perl-y Now just to be sure that if this command line tool is installed successfully ...
You can run ExifTool by running./exiftoolin the ExifTool directory or proceed to the next step if you want to install it system-wide. You must have Perl installed on your Linux box before compiling. # perl Makefile.PL # make # make test # make install You can now run ExifTool anywh...
To install ExifTool onDebian-derived distros, including Ubuntu, run: sudo aptinstallexiftool ExifTool is also available inthe Arch User Repository (AUR)and Arch users can download it from there. To see what metadata a file contains, open a terminal and enter: exiftool /path/to/file ExifTool...
For Linux: install exiftool using sudo apt install exiftool For Windows: download and install exiftool from here. Next step is that, every time I have a new batch of scanned photos, I have to decide when and where they were taken. For old photos, this takes some guesswork but that’s...
exiftool -all= *.jpg For OpenSUSE, use yast to install exiftool. ThorstenFebruary 7, 2011 at 5:15 am Maurice, if you want to reduze filesize in on the console, you could get “convert” from the imagemagick lib which can do the trick as well, it is really powerful: ...
Do you want to strip location (GPS) data from uploaded images? This requires exiftool, it was detected as not installed, please install it if you answer yes. Unless you have installed the required software for this feature, you can answer no. ...
Arch, Manjarosudo pacman -S perl-image-exiftool macOS: you can install it viaHomebrewwithbrew install exiftool Windows: download ExifTool for Windows from the official website ( linked above ) NOTE:ExifTool is a powerful and complex tool. To learn what it’s capable of, once installed on...
Step 2: Install Dependencies AVideo usesFFmpegto encode videos. We can easily install FFmpeg from the default Ubuntu repository. sudo apt install ffmpeg To read and write meta information in multimedia files, we need to install thelibimage-exiftool-perlpackage. ...
sudo apt install exiftool Now that ExifTool is installed, simplyrun the tool using ./exiftool<image filename>.This will give you all the metadata details on the file selected. Now that you can view all the metadata attached to the photo, it’s time to remove all of it. To do that,...
STEP 2.Enter this command prompt: exiftool -all= SourceFile.jpg. STEP 3.Replace SourceFile.jpg with the name of the JPEG file you need to remove metadata from. For eliminating EXIF info from several files that are stored in one place, do not indicate the picture name, but enter *, an...