How to Install and Uninstall enjarify Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 06,2024

1. Install "enjarify" package

This tutorial shows how to install enjarify on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install enjarify

2. Uninstall "enjarify" package

Please follow the steps below to uninstall enjarify on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove enjarify $ sudo apt autoclean && sudo apt autoremove

3. Information about the enjarify package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: enjarify
Priority: extra
Section: universe/devel
Installed-Size: 1952
Maintainer: Ubuntu Developers
Original-Maintainer: Android tools Maintainer
Architecture: all
Version: 20151118-1
Depends: python3:any (>= 3.3.2-2~)
Filename: pool/universe/e/enjarify/enjarify_20151118-1_all.deb
Size: 83646
MD5sum: 463c4db0eff84029723b5f985a5bd2cc
SHA1: 689cf57c86a208e1a1df1cdd0a2cad923872ef67
SHA256: 7f4d925a726791072be7b390655c39604f2b383cb597e7c39569424fca933a2f
Description-en: translate Dalvik bytecode to equivalent Java bytecode
Android applications are Java programs that run on a customized virtual
machine, which is part of the Android operating system, the Dalvik VM.
Their bytecode differs from the bytecode of normal Java applications.
.
Enjarify can translate the Dalvik bytecode back to equivalent Java bytecode,
which simplifies the analysis of Android applications.
Description-md5: 99067e712b51d270b0a96cb0ae1ad1eb
Homepage: https://github.com/google/enjarify
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu