photorec

Deleted file recovery tool. It is recommended to write recovered files to a disk separate to the one being recovered from. More information: <https://www.cgsecurity.org/wiki/PhotoRec>.

Debian Debian
RUN apt-get update && \ apt-get install -y testdisk
Ubuntu
RUN apt-get update && \ apt-get install -y testdisk
Alpine
RUN apk add testdisk
Arch Arch Linux
RUN pacman -S --noconfirm testdisk
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y testdisk
Fedora
RUN dnf install -y testdisk
Raspbian
RUN apt-get update && \ apt-get install -y testdisk
click the source code to copy install photorec on any operating system with command-not-found.com