e2undo

Replay undo logs for an ext2/ext3/ext4 filesystem. This can be used to undo a failed operation by an e2fsprogs program. More information: <https://man7.org/linux/man-pages/man8/e2undo.8.html>.

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