Skip to content

KooshaYeganeh/exif_remover

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

exif_remover

Scripts for Find Exif Data in images and Try to remove them

Note: For security reasons, it is better to run this script from time to time to clear all the EXIF information in the system

READ More About Exif Data
Link1
Link2

Install

Installing ExifTool
GitHub

1- for First Install exiftool

Ubuntu

sudo apt install exiftool

Fedora

sudo dnf install perl-Image-ExifTool

OpenSuse

sudo zypper install exiftool

2- Download and Install ExifRemover

wget https://github.com/KooshaYeganeh/exif_remover/archive/refs/heads/main.zip && unzip main.zip && cd exif_remover-main && sudo mv exifremover /usr/bin && echo "ExifRemover Installed [ OK ]"

Remove

Ubuntu

sudo apt remove exiftool

Fedora

sudo dnf remove perl-Image-ExifTool

OpenSuse

sudo zypper remove exiftool

Remove exifremover :

sudo rm /usr/bin/exifremover

About

Scripts for Find Exif Data and remove them

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages