I wanted to recover some files from my sd card with Photorec, everything went fine, I use Ubuntu for a few years now, so I've seen the terminal quite a few times.
But, I wondered if a GUI version of Photorec exists. Is there any? If yes, how to install it in Ubuntu?
1 Answer
It is not available via any repository. Installation:
wget -c
sudo dpkg -i qphotorec_1.0_all.deb
sudo apt-get install -fMind you: when restoring data it is best to NOT touch the system you want it recovered from. Installing software on a system that you want files recovered from should be avoided.
3