11

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?

blade19899
  • 26,704

1 Answers1

8

qphotorec

enter image description here

It is not available via any repository. Installation:

wget -c https://versaweb.dl.sourceforge.net/project/crunchyiconthem/QPhotoRec/qphotorec_1.0_all.deb
sudo dpkg -i qphotorec_1.0_all.deb
sudo apt-get install -f

Mind 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.

Rinzwind
  • 299,756
  • 2
    After following the installation progress I can search for QPhotorec in the dash. After clicking on the application a window opened up "QPhotorec is not yet production ready! This Beta version is included in Parted Magic for testing purposes." Nothing else opens. I can't get to the window shown above. Any ideas? – NicNacDeluxe Dec 19 '13 at 22:45
  • qphotorec: error while loading shared libraries: libjpeg.so.8: cannot open shared object file: No such file or directory – Sridhar Sarnobat Sep 07 '20 at 00:29
  • @NicNacDeluxe this problem solved in https://linuxforums.org.uk/index.php?topic=13365.0 – masood Oct 27 '20 at 11:31