How to Install and Uninstall dexdeps Package on Kali Linux

Last updated: May 21,2024

1. Install "dexdeps" package

This tutorial shows how to install dexdeps on Kali Linux

$ sudo apt update $ sudo apt install dexdeps

2. Uninstall "dexdeps" package

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

$ sudo apt remove dexdeps $ sudo apt autoclean && sudo apt autoremove

3. Information about the dexdeps package on Kali Linux

Package: dexdeps
Source: android-platform-dalvik
Version: 10.0.0+r36-4
Installed-Size: 42
Maintainer: Android Tools Maintainers
Architecture: all
Depends: default-jre | java7-runtime | java8-runtime | java9-runtime | java10-runtime | java11-runtime
Size: 27108
SHA256: 797a0e11fb6c3c43d65e4e3c53fc56de5e7f6d793768e85e7c37846655301ef4
SHA1: 3041670929fb212f0ff6e0e9ac2a6da492e8ed94
MD5sum: 996b9a8f76de0900f038f2b0a25148c8
Description: DEX external dependency dump
This tool dumps a list of fields and methods that a DEX file uses but
does not define. When combined with a list of public APIs, it can be
used to determine whether an APK is accessing fields and calling
methods that it shouldn't be. It may also be useful in determining
whether an application requires a certain minimum API level to
execute.
Description-md5: fedfe3a3087c003687d603e4905cade5
Homepage: https://android.googlesource.com/platform/dalvik
Section: devel
Priority: optional
Filename: pool/main/a/android-platform-dalvik/dexdeps_10.0.0+r36-4_all.deb