exiv2
View full exif data with this (the default view only gives you a summary):exiv2 -pa myimg.jpgDelete all exif data with this:
exiv2 rm myimg.jpgThere doesn't appear to be a way to just delete the GPS info with exiv2.
exiftool
Install:sudo apt-get install libimage-exiftool-perlView exif data:
exiftool myimg.jpgDelete just GPS data with this:
exiftool -gps:all= myimg.jpg