How To Remove Exif Data From Images When Using Ubuntu/Linux Mint

An earlier article described how to remove EXIF data from images when using Windows.
For doing that in Ubuntu/Linux Mint, there is a simple and powerful tool which can be used. It is the exiftool.
First, install it from the terminal using the following command:
sudo apt-get install libimage-exiftool-perl
After it is installed, images can be directly processed from the terminal with this tool.
To display...