How to Install e2tools in Ubuntu 18.04



Install e2tools by entering the following commands in the terminal:

sudo apt update
sudo apt install e2tools

Description:

utilities for manipulating files in an ext2/ext3 filesystem

E2tools is a simple set of utilities to read, write, and manipulate files in an ext2/ext3 filesystem. . The purpose of these utilities is manipulating ext2/ext3 filesystems from userspace without the need for mounting them, so that they can be used directly by normal users. . Included utilities are e2cp, e2mv, e2rm, e2mkdir, e2ln, e2ls and e2tail.

Homepage: http://home.earthlink.net/~k_sheff/sw/e2tools/index.html

Version: 0.0.16-6.1build1

Section: universe/misc