How to Install and Uninstall jadx Package on Kali Linux

Last updated: May 14,2024

1. Install "jadx" package

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

$ sudo apt update $ sudo apt install jadx

2. Uninstall "jadx" package

In this section, we are going to explain the necessary steps to uninstall jadx on Kali Linux:

$ sudo apt remove jadx $ sudo apt autoclean && sudo apt autoremove

3. Information about the jadx package on Kali Linux

Package: jadx
Version: 1.4.7-0kali1
Architecture: all
Maintainer: Kali Developers
Installed-Size: 35191
Depends: default-jre
Homepage: https://github.com/skylot/jadx
Priority: optional
Section: utils
Filename: pool/main/j/jadx/jadx_1.4.7-0kali1_all.deb
Size: 28655104
SHA256: 15e8d45448ccc5dbccb498f0ccb4608185c3bddb60dfeb468b63284f2701979c
SHA1: 6af3a0dbc75abb1b929a86c5778602d2422bb4a4
MD5sum: f2987dbd742a6e6cb4fc57a3bd098d08
Description: Dex to Java decompiler
This package contains a Dex to Java decompiler. It contains a command line and
GUI tools for produce Java source code from Android Dex and Apk files.
.
Main features:
- decompile Dalvik bytecode to java classes from APK, dex, aar and zip files
- decode AndroidManifest.xml and other resources from resources.arsc
- deobfuscator included
.
jadx-gui features:
- view decompiled code with highlighted syntax
- jump to declaration
- find usage
- full text search
Description-md5:

5. The same packages on other Linux Distributions