ExifTool is a command-line application that allows users to view and manipulate the metadata of various types of files, including images, audio, and video. It is written in Perl and can be run on a wide range of operating systems, including Windows, Mac, and Linux. If you are looking f...
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...
ExifTool can be installed on Linux in a few ways. Install ExifTool in Debian/Ubuntu ExifTool is available in the default repositories of popular Linux operating systems. For Debian, Ubuntu, and other Debian-based distributions, you can install ExifTool using theaptpackage manager: sudo apt upda...
I googled around and found the solution using exiftool and touch (on linux) or powershell (on windows). As a prerequisite, you need: 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 ...
How To Manage Image Metadata Using ExifTool In Linux Conclusion In this guide, we learned what is Image metadata and its types. And we also discussed how tofind the metadata of an image in Linuxusing ImageMagick,filecommand and Exif tool....
Why is everything ubuntu-based nowadays? For instance, the google talk plugin was first released for ubuntu instead of “any Linux”. People running Fedora can use: sudo yum install perl-Image-ExifTool exiftool -all= *.jpg For OpenSUSE, use yast to install exiftool. ...
Linux: Debian, Ubuntu, Mint, Kalisudo apt install libimage-exiftool-perl Fedora, RedHat, CentOSsudo dnf install perl-image-exiftool.noarch Arch, Manjarosudo pacman -S perl-image-exiftool macOS: you can install it viaHomebrewwithbrew install exiftool ...
Install Homebrew in Linux The installation process should then take some time to complete, therefore, take a coffee break if need be. Once installed, consider executing the commands as advised on the final screen capture of Homebrew installation: ...
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,...
How to View File Metadata on Linux It's very easy to view the metadata for any type of file on Linux, and ExifTool is a free utility that can help you. To install ExifTool onDebian-derived distros, including Ubuntu, run: sudo aptinstallexiftool ...