ImageMagickをインストール

# dnf install ImageMagick

EXIF情報を取得する

$ identify -verbose ファイル名

EXIF情報を削除する

$ convert -strip 元ファイル コピー先ファイル