How to Install and Uninstall dexdump Package on Kali Linux

Last updated: May 12,2024

1. Install "dexdump" package

This guide let you learn how to install dexdump on Kali Linux

$ sudo apt update $ sudo apt install dexdump

2. Uninstall "dexdump" package

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

$ sudo apt remove dexdump $ sudo apt autoclean && sudo apt autoremove

3. Information about the dexdump package on Kali Linux

Package: dexdump
Source: android-platform-art (14.0.0+r15-1)
Version: 14.0.0+r15-1+b1
Installed-Size: 123
Maintainer: Android Tools Maintainers
Architecture: amd64
Depends: android-libart (>= 14.0.0+r15), android-libbacktrace (>= 1:34), android-libbase (>= 34.0.4), android-liblog (>= 34.0.4), android-libziparchive (>= 34.0.4), libatomic1 (>= 4.8), libc6 (>= 2.34), libgcc-s1 (>= 3.0), liblz4-1 (>= 0.0~r113), libstdc++6 (>= 13), libtinyxml2-10 (>= 8.1.0+really8.1.0), zlib1g (>= 1:1.1.4), android-libnativeloader (= 1:14.0.0+r15-1+b1)
Size: 45824
SHA256: 28d9aa902ca9373e70fdd61d838b094b43d9f1893faca1ed0786404db8d1643d
SHA1: 7cf37edf51817d8ddee2c8e1a951a89daf36ad1d
MD5sum: 7cb9d5b4e7dbec36420f56a859a29e15
Description: Displays information about Android DEX files
The `dexdump` tool is intended to mimic `objdump`. When possible, use
similar command-line arguments.
.
This is a re-implementation of the original `dexdump` utility that was
based on Dalvik functions in `libdex` into a new `dexdump` that is now
based on ART functions in `libart` instead. The output is very similar
to the original for correct DEX files. Error messages may differ,
however. Also, ODEX files are no longer supported.
Description-md5:
Multi-Arch: foreign
Homepage: https://android.googlesource.com/platform/art
Section: devel
Priority: optional
Filename: pool/main/a/android-platform-art/dexdump_14.0.0+r15-1+b1_amd64.deb