How to Install and Uninstall e2tools Package on Kali Linux

Last updated: May 09,2024

1. Install "e2tools" package

This guide covers the steps necessary to install e2tools on Kali Linux

$ sudo apt update $ sudo apt install e2tools

2. Uninstall "e2tools" package

Please follow the instructions below to uninstall e2tools on Kali Linux:

$ sudo apt remove e2tools $ sudo apt autoclean && sudo apt autoremove

3. Information about the e2tools package on Kali Linux

Package: e2tools
Version: 0.1.0-3
Installed-Size: 95
Maintainer: xiao sheng wen
Architecture: amd64
Depends: libc6 (>= 2.34), libcom-err2 (>= 1.43.9), libext2fs2 (>= 1.43)
Size: 36964
SHA256: 0f972282011a68b7bdab4f201224d4b8b791740e064cc7dad477d57e76ee8146
SHA1: 34c59f8c313585e6643234ca6b2f2826ec4dd2a1
MD5sum: 5d4aaf643548f6f9dc0777bcdb663830
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.
Description-md5:
Homepage: https://e2tools.github.io
Tag: admin::filesystem, interface::commandline, role::program, scope::utility
Section: misc
Priority: optional
Filename: pool/main/e/e2tools/e2tools_0.1.0-3_amd64.deb